-
Notifications
You must be signed in to change notification settings - Fork 55
/
groups.yaml
507 lines (443 loc) · 13.8 KB
/
groups.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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
#https://home-assistant.io/components/group
####################################################
# #
# VIEWS #
# #
####################################################
Default_view:
name: Rooms
view: yes
icon: mdi:home
entities:
- group.location
- group.living_room
- group.dining_room
- group.master_bedroom
- group.pink_room
- group.exterior
- group.garage
- group.climate
- group.blue_room
Device Status:
view: yes
entities:
- group.devices
- group.computer_shutdown__restart
- group.network_performance
- group.phone_status
- group.Synology_nas
- group.entertainment_center
- group.ups
HA:
view: yes
entities:
- group.Home_Automation_Device_Status
- group.ha_server_monitor
- group.ha_version_info
- group.zwave
- group.batteries
Automations:
view: yes
entities:
- group.bedtime_notifications
- group.automations_for_lights
- group.security_automations
- group.network_security_automations
- group.home_assistant_automations
- group.other_automations
- group.climate_automations
- group.feed_the_dog_automations
- group.leaving_automations
- group.ups_automations
- group.vacation_mode_automations
- group.maintenance_reminder_automations
Switches:
view: yes
entities:
- group.edimax_switches
- group.bedroom_lights
- group.yeelights
- group.etekcity_rf_switches
- group.broadlink_ir_switches
- group.sonoff_switches
Weather:
view: yes
entities:
- camera.radar
- group.local_weather
- group.forecast4
- weather.bartlett
Other:
view: yes
entities:
- camera.adam_location
- group.weblinks
- input_text.amybriefinput
####################################################
# #
# GROUPS #
# #
####################################################
####################################################
# AUTOMATIONS #
####################################################
Bedtime Notifications:
entities:
- automation.desktop_on_at_bedtime
- automation.garage_door_open_at_bedtime
- automation.htpc_on_at_bedtime
- automation.living_room_lamps_on_at_bedtime
Climate Automations:
control: hidden
entities:
- automation.set_nest_away_mode_when_leaving
- automation.set_nest_away_mode_at_1600
- automation.turn_off_away_when_home
- automation.nest_fan
Automations For Lights:
control: hidden
entities:
- automation.turn_off_outside_lights
- automation.turn_on_outside_lights
- automation.open_back_door_increase_brightness
- automation.open_front_doors_increase_brightness
- automation.turn_on_living_room_lamps
- automation.set_notification_bulb2_color
- automation.set_notification_bulb2_normal
- automation.lamps_on_when_home
- automation.turn_off_living_room_lamps_at_midnight
Network Security Automations:
control: hidden
entities:
- automation.desktop_pc_on_when_away
- automation.send_notification_upon_failed_login_attempt
- automation.notify_if_new_devices
Security Automations:
control: hidden
entities:
- automation.front_door_opened_when_away
- automation.back_door_opened_when_away
- automation.interior_garage_door_opened_when_away
- automation.exterior_garage_door_opened_when_away
- automation.exterior_garage_door_left_open_when_away
Home Assistant Automations:
control: hidden
entities:
- automation.notify_if_ha_device_offline
- automation.notify_if_ip_changes
- automation.lets_encrypt_cert_did_not_update
Other Automations:
control: hidden
entities:
- automation.low_battery_adams_phone
- automation.morning_briefing
- automation.computer_on_tv_on
Feed The Dog Automations:
control: hidden
entities:
- automation.dog_has_been_fed__evening
- automation.dog_has_been_fed__morning
- automation.feed_the_dog_evening
- automation.feed_the_dog_morning
- automation.reset_feed_the_dog_notifications
Leaving Automations:
control: hidden
entities:
- automation.htpc_on_when_leaving
- automation.desktop_on_when_leaving
- automation.living_room_lamps_on_when_leaving
UPS Automations:
control: hidden
entities:
- automation.power_outage
- automation.power_restored
Vacation Mode Automations:
control: hidden
entities:
- automation.turn_off_vacation_mode
- automation.turn_on_vacation_mode
Maintenance Reminder Automations:
control: hidden
entities:
- automation.trash_day_reminder
- automation.furnace_filter_reminder
- automation.belle_flea_tick_and_heartworm_reminder
- automation.water_softener_reminder
####################################################
# DEVICE INFO #
####################################################
Home Automation Device Status:
control: hidden
entities:
- binary_sensor.edimax_switch_1
- binary_sensor.edimax_switch_2
- binary_sensor.yeelight_1
- binary_sensor.yeelight_2
- binary_sensor.yeelight_3
- binary_sensor.yeelight_4
- binary_sensor.yeelight_5
- binary_sensor.yeelight_rgb_2
- binary_sensor.ikea_tradfri_gateway
- binary_sensor.broadlink_rm_mini_3
- binary_sensor.open_garage
- binary_sensor.sonoff_pow1
- binary_sensor.sonoff_pow2
- binary_sensor.sonoff_th16
- binary_sensor.sonoff_basic1
####################################################
# LIGHTS #
####################################################
Outside Lights:
- light.yeelight1
- light.yeelight3
- light.yeelight2
- light.yeelight4
Garage Lights:
- light.yeelight3
- light.yeelight2
Bedroom Lights:
- light.tradfri_bulb_e26_ws_opal_980lm
- light.tradfri_bulb_e26_ws_opal_980lm_2
Yeelights:
- light.yeelight1
- light.yeelight2
- light.yeelight3
- light.yeelight4
- light.yeelight5
- light.yeelightrgb2
- input_select.notification_bulb2_color
####################################################
# OTHER #
####################################################
Weblinks:
- weblink.home_assistant_chat
- weblink.home_assistant_forum
- weblink.home_assistant_webpage
Location:
- device_tracker.adamsiphone
- device_tracker.amysiphone
- input_boolean.vacation
####################################################
# ROOMS #
####################################################
Living Room:
control: hidden
entities:
- switch.htpc_switch
- switch.basic1
- light.yeelightrgb2
- input_select.notification_bulb2_color
- script.tv
- script.music
Dining Room:
control: hidden
entities:
- sensor.downstairs_thermostat_temperature
- sensor.downstairs_thermostat_humidity
- sensor.gehingepinsensor2
Pink Room:
control: hidden
entities:
- switch.desktop_switch
Master Bedroom:
control: hidden
entities:
- switch.laptop_switch
- group.bedroom_lights
- sensor.th161_temperature
- sensor.th161_humidity
Exterior:
control: hidden
entities:
- group.outside_lights
- sensor.pws_temp_f
- sensor.pws_relative_humidity
- sensor.backdoorstatus
Garage:
control: hidden
entities:
- sensor.garagedoorstatus
- cover.garage
- sensor.gehingepinsensor1
Blue Room:
control: hidden
entities:
- switch.pow2
####################################################
# SENSORS #
####################################################
Devices:
- binary_sensor.linux_laptop
- binary_sensor.modem
- binary_sensor.netgear_router
- binary_sensor.NAS
- binary_sensor.netgear_switch
- binary_sensor.canon_printer
- binary_sensor.raspberry_pi_3_wifi
- binary_sensor.raspberry_pi_zero_w
- binary_sensor.raspberry_pi_3_wired
- binary_sensor.raspberry_pi_2_wired
- binary_sensor.edimax_wifi_usb
- binary_sensor.ubiquiti_ap
HA Server Monitor:
- sensor.processor_use
- sensor.disk_use_percent_home
- sensor.memory_use_percent
- sensor.since_last_boot_templated
- sensor.ha_uptime
- sensor.network_in_ens32
- sensor.network_out_ens32
- sensor.cpu
- sensor.connected_clients
- sensor.lets_encrypt_expiration
HA Version Info:
- sensor.installed_version
- sensor.current_ha_version
Network Performance:
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.speedtest_ping
- sensor.garage_door_wifi_signal_strength
Phone Status:
- sensor.battery_adamsiphone
- sensor.adamwifi
- sensor.charging_adamsiphone
- sensor.gps_adamsiphone
- sensor.interval_adamsiphone
- sensor.battery_iphone
Nest Temperature & Humidity:
- sensor.downstairs_thermostat_temperature
- sensor.downstairs_thermostat_humidity
Climate:
- climate.downstairs
- binary_sensor.downstairs_thermostat_fan
- sensor.downstairs_thermostat_hvac_state
- sensor.downstairs_thermostat_operation_mode
- sensor.downstairs_thermostat_target
- sensor.downstairs_away_mode
Local Weather:
- sensor.pws_weather
- sensor.pws_precip_today_in
- sensor.pws_precip_1hr_in
- sensor.pws_temp_f
- sensor.pws_feelslike_f
- sensor.pws_wind_string
- sensor.pws_relative_humidity
- sensor.pws_visibility_mi
- sun.sun
forecast4:
name: Four Day Forecast
entities:
- sensor.pws_weather_1d
- sensor.pws_weather_1n
- sensor.pws_weather_2d
- sensor.pws_weather_2n
- sensor.pws_weather_3d
- sensor.pws_weather_3n
- sensor.pws_weather_4d
- sensor.pws_weather_4n
- sensor.pws_weather_5d
- sensor.pws_weather_5n
Synology NAS:
control: hidden
entities:
- sensor.cpu_load_total
- sensor.memory_usage_real
- sensor.network_down
- sensor.network_up
- sensor.status_smart_sda
- sensor.status_smart_sdb
- sensor.temperature_sda
- sensor.temperature_sdb
- sensor.volume_used_volume_1
- sensor.volume_used_volume_2
UPS:
control: hidden
entities:
- sensor.upsstate
- sensor.approxwattage
- sensor.ups_input_voltage
- sensor.ups_battery_runtime
- sensor.ups_battery_charge
- sensor.ups_load
Batteries:
entities:
- sensor.tradfri_remote_control
- sensor.gehingepinsensor1batt
- sensor.gehingepinsensor2batt
- sensor.garagedoorstatusbatt
- sensor.backdoorstatusbatt
####################################################
# SWITCHES #
####################################################
Edimax Switches:
control: hidden
entities:
- switch.edimax1
- sensor.edimax1_watts
- sensor.edimax1_kwh
- sensor.edimax1_cost
- switch.edimax2
- sensor.edimax2_watts
- sensor.edimax2_kwh
- sensor.edimax2_cost
Computer Shutdown & Restart:
control: hidden
entities:
- switch.desktop_switch
- switch.htpc_switch
- switch.laptop_switch
Broadlink IR Switches:
control: hidden
entities:
- switch.receiver
- switch.input__video1
- switch.input__video2
- switch.mute_receiver
- switch.receiver_volume_up
- switch.receiver_volume_down
- switch.tv
- switch.input_hdmi
- switch.input_tv
- script.volumeup
- script.volumedown
# Etekcity RF Switches:
# control: hidden
# entities:
# - switch.rfswitch1
# - switch.rfswitch2
# - switch.rfswitch3
# - switch.rfswitch4
# - switch.rfswitch5
Sonoff Switches:
control: hidden
entities:
- switch.basic1
- switch.th161
- sensor.th161_temperature
- sensor.th161_humidity
- switch.pow1
- sensor.pow1_energy
- sensor.pow1_power
- sensor.pow1_voltage
- sensor.pow1_current
- switch.pow2
- sensor.pow2_energy
- sensor.pow2_power
- sensor.pow2_voltage
- sensor.pow2_current
####################################################
# ZWAVE #
####################################################
Zwave:
- zwave.aeotec_zw090_zstick_gen5_us
- zwave.aeotec_zw117_range_extender_6
- zwave.ge_32563_hinge_pin_smart_door_sensor
- zwave.ge_32563_hinge_pin_smart_door_sensor_2
- zwave.vision_zg8101_garage_door_detector
- zwave.unknown_id021f_unknown_type0003_id0101
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################