-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfiguration.yaml
executable file
·113 lines (98 loc) · 3 KB
/
configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
homeassistant:
name: Home
latitude: !secret latitude_home
longitude: !secret longitude_home
elevation: 33
unit_system: metric
time_zone: Europe/Stockholm
customize: !include configuration/customize.yaml
http:
api_password: !secret api_password
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
####################################################
# #
# Includes #
# #
####################################################
automation: !include_dir_list configuration/automation/
device_tracker: !include_dir_list configuration/device_trackers/
camera: !include_dir_list configuration/cameras/
cover: !include_dir_list configuration/covers/
group: !include_dir_merge_named configuration/groups/
input_boolean: !include configuration/input_booleans.yaml
light: !include_dir_list configuration/lights/
media_player: !include_dir_list configuration/media_players/
script: !include_dir_merge_named configuration/scripts/
sensor: !include_dir_list configuration/sensors/
switch: !include_dir_list configuration/switches/
shell_command: !include configuration/shell_commands.yaml
zone: !include_dir_merge_list configuration/zones/
scene: !include configuration/scenes.yaml
####################################################
# #
# Enable #
# #
####################################################
updater:
discovery:
history:
#logbook:
frontend:
config:
sun:
#logger:
#recorder:
# purge_days: 3
####################################################
# #
# Componenets #
# #
####################################################
mqtt:
broker: !secret mqtt_broker
port: !secret mqtt_port
client_id: !secret mqtt_client_id
username: !secret mqtt_username
password: !secret mqtt_password
discovery: true
zwave:
usb_path: /dev/zwave
rfxtrx:
device: /dev/rfxtrx
notify:
- platform: pushbullet
api_key: !secret pushbullet_password
name: Pushbullet
- platform: facebook
name: facebook
page_access_token: !secret facebook_token
tellduslive:
public_key: !secret telldus_public_key
private_key: !secret telldus_private_key
token: !secret telldus_token
token_secret: !secret telldus_token_secret
panel_iframe:
torrent:
title: 'Torrent'
url: !secret panel_iframe1
plex:
title: 'Plex'
url: !secret panel_iframe2
plexpy:
title: 'PlexPy'
url: !secret panel_iframe3
grafana:
title: 'Grafana'
url: !secret panel_iframe4
influxdb:
title: 'InfluxDB'
url: !secret panel_iframe5
#influxDB
influxdb:
host: !secret influxdb_host
port: !secret influxdb_port
database: !secret influxdb_db
default_measurement: state
#alexa controll
emulated_hue: