-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
244 lines (193 loc) · 5 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
homeassistant:
name: Home
latitude: !secret my_latitude
longitude: !secret my_longitude
elevation: 142
unit_system: metric
time_zone: Europe/Stockholm
customize: !include customize.yaml
customize_domain:
automation:
initial_state: 'on'
customize_glob:
"automation.disabled*":
hidden: true
packages: !include_dir_named packages
cloud:
shell_command: !include_dir_merge_named shell_commands/
config:
group: !include group.yaml
zwave: !include zwave.yaml
sensor: !include_dir_merge_list sensors
camera: !include cameras.yaml
frontend:
http:
api_password: !secret http_password
cors_allowed_origins:
- https://reformedreality.com
- http://reformedreality.com
updater:
include_used_components: true
discovery:
######################### LOGGING #########################
history:
include:
domains:
- sensor
- switch
- zwave
entities:
- device_tracker.johan_iphone
- switch.bathroom_lights_switch_23_0
exclude:
entities:
- sensor.diningroom_light_alarm_type_14_0
recorder:
# db_url: !secret mysql_url
logbook:
# include:
# domains:
# - switch
# - sun
# - media_player
# - automation
# - device_tracker
# entities:
# - sensor.doorbell
# - switch.bathroom_lights_switch_23_0
# - binary_sensor.bathroom_multisensor_sensor_10_0
logger: !include logger.yaml
influxdb:
host: !secret influxip
database: home_assistant
max_retries: 10
######################### /LOGGING ########################
sun:
weather:
- platform: darksky
api_key: !secret darksky
mqtt: !include mqtt.yaml
device_tracker:
- platform: nmap_tracker
hosts: !secret track_hosts
track_new_devices: no
consider_home: 1800
interval_seconds: 30
panel_iframe: !include panel_iframe.yaml
automation: !include automations.yaml
automation old: !include_dir_merge_list automation/
light:
- platform: osramlightify
host: !secret lightify_ip
- platform: yeelight
devices:
!secret yeelight3_ip:
name: Den.Ceiling
!secret yeelight2_ip:
name: Bathroom.shower
!secret yeelight4_ip:
name: Showerroom.shower
!secret yeelight1_ip:
name: Showerroom
!secret yeelight5_ip:
name: Pantry
!secret yeelight_strip_ip:
name: Basement.hallway
- platform: tellstick
scene: !include_dir_list scenes
tellstick:
host: core-tellstick
port: [50800, 50801]
switch:
- platform: tellstick
- platform: wake_on_lan
mac_address: !secret office_mac
host: !secret office_host
notify:
- name: slack
platform: slack
api_key: !secret slack_api
default_channel: '#skarsjo'
- name: iOSApp
platform: ios
target: !secret ios_token
- platform: webostv
host: !secret lg_ip
name: livingroom_tv
filename: webostv.conf
telegram_bot:
platform: polling
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_chatid
media_player:
- platform: squeezebox
host: !secret squeezebox_ip
port: 9000
- platform: spotify
client_id: !secret spot_id
client_secret: !secret spot_pass
- platform: webostv
host: !secret lg_ip
mac: !secret lg_mac
name: Livingroom TV
filename: webostv.conf
xiaomi_aqara:
gateways:
- mac:
key: !secret xiaomi_key
ios:
zone:
name: Home
latitude: !secret my_latitude
longitude: !secret my_longitude
radius: 250
icon: mdi:home
zone 2:
name: Work
latitude: !secret work_latitude
longitude: !secret work_longitude
radius: 250
icon: mdi:castle
script: !include scripts.yaml
panel_custom:
- name: zwavegraph2
sidebar_title: ZWave Graph2
sidebar_icon: mdi:access-point-network
url_path: zwave
#timer:
# timer:
#customizer:
# custom_ui: local
#hue:
# bridges:
# - host: !secret hue_ip
nibe:
client_id: !secret nibe_client_id
client_secret: !secret nibe_client_secret
redirect_uri: !secret nibe_redirect_uri
writeaccess: false # set to true to support climate write (needs new tokens)
systems:
# required system identifier
- system: 11920
# list of units to retrieve data for
units:
# unit to retrieve data for (0 is the master unit and should always exist)
- unit: 0
# retrieve categories, leave empty for all, remove tag for none
categories:
# - <identifer> # category identifier like 'SYSTEM_1'
# - <identifer>
# retrieve status parameters, remove tag for none
statuses:
# optional list of additional parameters to retrieve, can be done here or on the sensor platform
#sensors:
# - <parameter identifier>
# - <parameter identifier>
# optional list of switches (note, for ability to change, you need to use writeaccess and have payed license)
#switches:
# - hot_water_boost
input_boolean:
node_red:
name: Node Red Watchdog
initial: on