-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
411 lines (371 loc) · 9.64 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
---
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.1.0/24
- 10.8.0.0/24
- type: homeassistant
auth_mfa_modules:
- type: totp
name: Authy app
- type: notify
message: 'I almost forget, to get into my house, you need to say {}'
whitelist_external_dirs:
- !secret scripts_directory
- !secret hass_directory
customize_glob: !include customize_glob.yaml
customize: !include customize.yaml
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
time_zone: !secret time_zone
packages: !include_dir_named include/packages/
api:
readme:
convert_lovelace: true
updater:
# lovelace_gen:
# lovelace:
# mode: yaml
hacs:
token: !secret hacs_token
options:
experimental: true
appdaemon: true
# python_script: true
# theme: true
config:
system_health:
websocket_api:
# default_config:
cloud:
person:
python_script:
discovery:
ignore:
- igd
# enable:
# - homekit
ssdp:
zeroconf:
breaking_changes:
mobile_app:
map:
#plex_webhooks:
# webhook_id: plex_webhook
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 192.168.1.21
- 10.8.0.0/24
# base_url: !secret base_url
server_port: !secret server_port
ip_ban_enabled: false
login_attempts_threshold: 5
cors_allowed_origins:
- https://cast.home-assistant.io
shelly:
discovery: true
username: elradix
password: athlon
additional_information: true
sensors:
- all
version: true
# tuya:
# username: [email protected]
# password: athlon2020
# country_code: BE
# Include
# alarm_control_panel: !include alarm.yaml
alert: !include_dir_merge_named include/alerts
automation: !include_dir_merge_list include/automation
binary_sensor: !include_dir_merge_list include/binary_sensors
# camera: !include_dir_merge_named include/cameras
counter: !include_dir_merge_named include/counter
# climate: !include_dir_merge_named include/climate
# frontend: !include_dir_merge_named include/frontend
frontend:
javascript_version: latest
themes: !include ./include/frontend/themes.yaml
device_tracker: !include_dir_merge_list include/device_tracker
# google_assistant: !include_dir_merge_list include/google_assistant
group: !include_dir_merge_named include/groups
history: # !include_dir_merge_named include/history
history_graph: !include_dir_merge_named include/history_graph
# influxdb: !include_dir_merge_named include/influxdb
input_datetime: !include_dir_merge_named include/input_datetime
input_select: !include_dir_merge_named include/input_select
input_number: !include_dir_merge_named include/input_number
input_text: !include_dir_merge_named include/input_text
input_boolean: !include_dir_merge_named include/input_booleans
light: !include_dir_merge_list include/light
logbook: # !include_dir_merge_list include/logbook
notify: !include_dir_merge_list include/notify
# panel_custom: !include panel_custom.yaml
proximity: !include_dir_merge_list include/proximity
recorder: #!include_dir_merge_list include/recorder
# db_url: mysql://root:[email protected]:3307/hassdbv87?charset=utf8
#db_url: mysql://admin:[email protected]/homeassistant?charset=utf8
#db_url: mysql://elradix:[email protected]:3306/hassdb?charset=utf8
#db_url: mysql://user:pw@url:port/dbname?charset=utf8
purge_keep_days: 7
purge_interval: 0
# exclude:
# domains:
# - automation
# - weblink
# - updater
# - group
# - calendar
# - camera
# - group
# - input_text
# - input_number
# - lock
# - media_player
# - remote
# - script
# - switch
# - light
# # - sensor
# - sun
# - zone
# - weather
# # entities:
# # - camera.porch_camera
# # - camera.bedroom_tv_image
script: !include_dir_merge_named include/script
shell_command: !include_dir_merge_named include/shell_commands
sensor: !include_dir_merge_list include/sensors
switch: !include_dir_merge_list include/switches
# timer: !include_dir_merge_list include/timer
zone: !include_dir_merge_list include/zones
# scene: !include_dir_merge_named include/scenes
# docker_monitor:
# name: raspi
# # url: !secret hadockermon_host
# monitored_conditions:
# - container_status
# - container_uptime
# - container_image
# docker_monitor:
# containers:
# monitored_conditions:
# - utilization_version
# - container_status
weather:
- platform: darksky
api_key: !secret darksky_api
mode: daily
life360:
accounts:
- username: !secret life_username
password: !secret life_password
show_as_state:
- driving
- moving
# asuswrt:
# host: !secret asuswrt_host
# username: !secret asuswrt_username
# password: !secret asuswrt_password
# port: !secret asuswrt_port
# protocol: !secret asuswrt_protocol
# sensors:
# - download_speed
# - upload_speed
# - download
# - upload
geo_address:
use_state: true
use_timed: true
update_interval: 60
update_period: 3600
fields_display: road house_number city_district country_code
sun:
monitored_conditions:
- azimuth
- elevation
- max_elevation
- next_dawn
- next_dusk
- next_midnight
- next_noon
- daylight
- next_daylight
- prev_daylight
- sunrise
- sunset
climate:
- platform: generic_thermostat
name: Eetkamer
heater: switch.heating_eetkamer
target_sensor: sensor.eink_temp_keuken
min_temp: 5
max_temp: 21
ac_mode: false
target_temp: 20
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.1
- platform: generic_thermostat
name: Living
heater: switch.heating_living
target_sensor: sensor.eink_temp_living
min_temp: 5
max_temp: 24
ac_mode: false
target_temp: 20
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.5
- platform: generic_thermostat
name: Sara
heater: switch.heating_sara
target_sensor: sensor.ht_sara_temp
min_temp: 5
max_temp: 22
ac_mode: false
target_temp: 19
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.5
- platform: generic_thermostat
name: Yassin
heater: switch.heating_yassin
target_sensor: sensor.eink_temp_yassin
min_temp: 5
max_temp: 22
ac_mode: false
target_temp: 19
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.5
- platform: generic_thermostat
name: FloRadix
heater: switch.heating_floradix
target_sensor: sensor.eink_temp_floradix
ac_mode: false
min_temp: 5
max_temp: 24
target_temp: 20
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.5
- platform: generic_thermostat
name: Badkamer
heater: switch.heating_badkamer
target_sensor: sensor.tmp_badkamer
min_temp: 5
max_temp: 20
target_temp: 5
hot_tolerance: 0.5
min_cycle_duration:
minutes: 5
initial_hvac_mode: "off"
away_temp: 5
precision: 0.5
system_log:
fire_event: true
#logger:
# default: info
# logs:
# homeassistant.components.logger: debug
# logger:
# default: warn
# logs:
# custom_components.mercedesmeapi: debug
# custom_components.mercedesmeapi.sensor: info
# custom_components.mercedesmeapi.apicontroller: debug
# custom_components.mercedesmeapi.OAuth: debug
# Weather prediction
#sensor:
# - platform: yr
mercedesmeapi:
username: !secret mercedes_username
password: !secret mercedes_passowrd
pin: !secret mercedes_pin
country_code: !secret mercedes_country_code
accept_lang: !secret mercedes_accept_lang
save_car_details: false
# media_player:
# - platform: braviatv_psk
# name: TV Living
# host: !secret ip_sony
# psk: sony
# mac: !secret mac_sony
# amp: true
# android: true
# # # #sourcefilter:
# # # - ' HD'
# # # - HDMI
# # - platform: tts_bluetooth_speaker
# # address: 10:B7:F6:00:66:25 # Required - for example, 00:2F:AD:12:0D:42
# # volume: 1.0 # Optional - default is 0.5
# # #pre_silence_duration: 1 # Optional - No. of seconds silence before the TTS (default is 0)
# # #post_silence_duration: 0.5 # Optional - No. of seconds silence after the TTS (default is 0)
# # #cache_dir: /tmp/tts # Optional - make sure it matches the same setting in TTS confi
panel_iframe:
esphome:
title: ESPHome
url: !secret esphome_url
icon: mdi:contactless-payment
#########################
smappee:
host: !secret smappee_host
# host_password: admin
client_id: !secret smappee_client_id
client_secret: !secret smappee_secret
username: !secret smappee_username
password: !secret smappee_password
telegram_bot:
platform: polling
api_key: !secret telegram_bot_api
parse_mode: markdown
allowed_chat_ids:
- !secret telegram_bot_user1
- !secret telegram_bot_user2
utility_meter:
daily_energy:
source: sensor.pvoutput_energy_consumption
cycle: daily
tariffs:
- peak
- offpeak
monthly_energy:
source: sensor.pvoutput_energy_consumption
cycle: monthly
tariffs:
- peak
- offpeak
daily_energy_live:
source: sensor.sensor_smappee_power_integral
cycle: daily
tariffs:
- peak
- offpeak
monthly_energy_live:
source: sensor.sensor_smappee_power_integral
cycle: monthly
tariffs:
- peak
- offpeak