-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
391 lines (356 loc) · 9.45 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
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages
recorder:
db_url: !secret mysql_server
exclude:
domains:
- camera
- group
- media_player
- scene
- zha
- zone
entity_globs:
- sensor.*_pico
- sensor.solar_ui_*
entities:
- sun.sun
- sensor.processor_use
- sensor.memory_use_percent
- sensor.ups_load
- sensor.ups_time_left
- sensor.attic_pressure
- sensor.hvac_return_pressure
- sensor.hvac_supply_pressure
- sensor.dark_sky_minutely_summary
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_daily_summary
- sensor.dark_sky_icon_0
- persistent_notification.config_entry_discovery
event_types:
- service_removed
- service_executed
- platform_discovered
- homeassistant_start
- homeassistant_stop
- feedreader
- service_registered
- call_service
- component_loaded
- system_log_event
- automation_triggered
- script_started
- timer_out_of_sync
- !secret alexa_media_event
influxdb:
username: !secret influxdb_user
password: !secret influxdb_password
include:
entities:
- climate.hallway
- sensor.hallway_thermostat_humidity
- sensor.hallway_thermostat_hvac_state
- sensor.attic_temperature
- sensor.attic_humidity
- sensor.hvac_supply_temperature
- sensor.hvac_return_temperature
- sensor.hvac_supply_humidity
- sensor.hvac_return_humidity
- sensor.water_softener_current_water_flow
- sensor.water_softener_remaining_capacity
- sensor.encharge_battery_level
- sensor.greenhouse_temperature
- sensor.greenhouse_humidity
- switch.greenhouse_fan
entity_globs:
- sensor.nws_*
- sensor.iotawatt_*
- sensor.envoy_*
- sensor.encharge_*_current
- sensor.*_multisensor_temperature
- sensor.*_multisensor_relative_humidity
- sensor.*_condensation
- sensor.*_hvac_*_temperature
- sensor.*_hvac_*_humidity
# Enables support for tracking state changes over time.
history:
# Enables the frontend
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
# development_repo: /share/ha-frontend
# Track the sun
sun:
# View all events in a logbook
logbook:
exclude:
domains:
- automation
- sensor
include:
entities:
- sensor.ups_status
- sensor.hallway_thermostat_hvac_state
- sensor.hallway_thermostat_operation_mode
# Config Panel
config:
# System Health
system_health:
# Set up HTTP frontend
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
cors_allowed_origins:
- "https://192.168.1.220"
- "*"
- !secret cors_address1
- !secret cors_address2
ip_ban_enabled: False
#login_attempts_threshold: 10
trusted_proxies:
- 192.168.1.220
- 192.168.1.200
use_x_forwarded_for: true
cloud:
# Set up primary components
alexa:
browser_mod:
prefix: "browser_"
devices:
a2f1d74c_32e12ef7:
name: DesktopChrome
6363f925-f08d6a9e:
name: living_room_tablet
disable:
- all
homekit:
filter:
include_domains:
- climate
- light
- fan
- switch
include_entities:
- sensor.living_room_multisensor_temperature
- sensor.guest_bathroom_multisensor_temperature
- sensor.guest_bedroom_multisensor_temperature
- sensor.master_bathroom_multisensor_temperature
- sensor.master_bedroom_multisensor_temperature
- sensor.nursery_multisensor_temperature
- sensor.living_room_multisensor_relative_humidity
- sensor.guest_bathroom_multisensor_relative_humidity
- sensor.guest_bedroom_multisensor_relative_humidity
- sensor.master_bathroom_multisensor_relative_humidity
- sensor.master_bedroom_multisensor_relative_humidity
- sensor.nursery_multisensor_relative_humidity
logger:
default: warning
lovelace:
mode: yaml
resources:
- type: module
url: /hacsfiles/button-card/button-card.js
- type: module
url: /hacsfiles/simple-thermostat/simple-thermostat.js
- type: module
url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
- type: module
url: /hacsfiles/restriction-card/restriction-card.js
- type: module
url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
- type: module
url: /hacsfiles/lovelace-layout-card/layout-card.js
- type: module
url: /hacsfiles/vacuum-card/vacuum-card.js
- type: module
url: /hacsfiles/swipe-card/swipe-card.js
- type: module
url: /hacsfiles/tesla-style-solar-power-card/tesla-style-solar-power-card.js
- type: module
url: /hacsfiles/kiosk-mode/kiosk-mode.js
- type: module
url: /hacsfiles/power-distribution-card/power-distribution-card.js
- type: module
url: /hacsfiles/lovelace-mushroom/mushroom.js
- type: module
url: /hacsfiles/decluttering-card/decluttering-card.js
- type: module
url: /hacsfiles/lovelace-auto-entities/auto-entities.js
- url: /hacsfiles/kiosk-mode/kiosk-mode.js
type: module
- url: /hacsfiles/lovelace-wallpanel/wallpanel.js
type: module
#lutron_caseta_pro:
# bridges:
# - host: 192.168.1.221
mobile_app:
person:
zha:
database_path: /config/zigbee.db
enable_quirks: true
device_config:
# Guest Bedroom Light
00:22:a3:00:00:20:db:24-1:
type: light
# Nursery Light
00:22:a3:00:00:20:d0:23-1:
type: light
# Living Room Light
00:22:a3:00:00:16:bc:fa-1:
type: light
# Additional Sensors
sensor:
- platform: mold_indicator
name: Living Room Condensation
indoor_temp_sensor: sensor.living_room_multisensor_temperature
indoor_humidity_sensor: sensor.living_room_multisensor_relative_humidity
outdoor_temp_sensor: sensor.dark_sky_temperature
calibration_factor: 1.5
- platform: mold_indicator
name: Nursery Condensation
indoor_temp_sensor: sensor.nursery_multisensor_temperature
indoor_humidity_sensor: sensor.nursery_multisensor_relative_humidity
outdoor_temp_sensor: sensor.dark_sky_temperature
calibration_factor: 1.2
- platform: mold_indicator
name: Master Bedroom Condensation
indoor_temp_sensor: sensor.master_bedroom_multisensor_temperature
indoor_humidity_sensor: sensor.master_bedroom_multisensor_relative_humidity
outdoor_temp_sensor: sensor.dark_sky_temperature
calibration_factor: 1.2
- platform: mold_indicator
name: Zoey's Bedroom Condensation
indoor_temp_sensor: sensor.guest_bedroom_multisensor_temperature
indoor_humidity_sensor: sensor.guest_bedroom_multisensor_relative_humidity
outdoor_temp_sensor: sensor.dark_sky_temperature
calibration_factor: 1.4
- platform: weatheralerts
state: IN
zone: !secret nws_alert_zone
# Notify Platforms
notify:
- name: ios
platform: group
services:
- service: mobile_app_charles_iphone
- service: mobile_app_tinas_iphone
- name: charles
platform: group
services:
- service: mobile_app_charles_iphone
- name: tina
platform: group
services:
- service: mobile_app_tinas_iphone
- name: emergency
platform: group
services:
- service: mobile_app_charles_iphone
# Input Booleans
input_boolean:
recently_home:
name: Recently Arrived Home
initial: off
guest_mode:
name: Guest Mode
initial: off
goodnight:
name: Goodnight
goodnight_master:
name: Master Goodnight
ad_door_chime:
name: Door Chime
ad_auto_bathroom_lights:
name: Auto Bathroom Lights
initial: off
auto_fan_master_bedroom:
name: Master Bedroom Auto Fan
initial: off
auto_fan_nursery:
name: Nursery Auto Fan
initial: off
auto_fan_zoey:
name: Zoey's Bedroom Auto Fan
initial: off
nursery_night_door_chime:
name: Nursery Overnight Door Chime
living_room_night_lights:
name: Living Room Night Lights
lockout_zoey:
name: Lockout Zoey's Bedroom Controls
# Date/Time Inputs
input_datetime:
christmas_light_auto_off:
has_date: false
has_time: true
# Numeric Inputs
input_number:
auto_fan_master_bedroom_target:
min: 60
max: 80
mode: box
unit_of_measurement: "°F"
auto_fan_nursery_target:
min: 60
max: 80
mode: box
unit_of_measurement: "°F"
auto_fan_zoey_target:
min: 60
max: 80
mode: box
unit_of_measurement: "°F"
# Input Selects
input_select:
charles_status:
options:
- Just Arrived
- Home
- Just Left
- Away
- Extended Away
initial: Home
tina_status:
options:
- Just Arrived
- Home
- Just Left
- Away
- Extended Away
initial: Home
house_mode:
options:
- Just Arrived
- Home
- Just Left
- Away
- Extended Away
- Asleep
media_player:
- platform: mpd
name: MPD Music
host: 192.168.1.223
port: 6601
- platform: mpd
name: MPD Notifications
host: 192.168.1.223
port: 6602
scan_interval: 2
switch:
- platform: wake_on_lan
mac: "70-85-C2-94-01-AB"
name: Charles Workstation
wake_on_lan:
# The rest...
alert: !include_dir_merge_named alerts
automation: !include_dir_merge_list automation
group: !include_dir_merge_named group
intent_script: !include_dir_named alexa
scene: !include_dir_merge_list scenes
script: !include_dir_named scripts
template: !include_dir_merge_list templates
zone: !include zone.yaml
automation 2: !include automations.yaml
default_config: