forked from geekofweek/homeassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroups.yaml
More file actions
728 lines (656 loc) · 18.5 KB
/
groups.yaml
File metadata and controls
728 lines (656 loc) · 18.5 KB
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
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
#################################################################
## Groups
#################################################################
default_view:
view: yes
icon: mdi:home
entities:
- persistent_notification.1
- group.automation_on_demand
- group.household
- group.interior_lights
- group.exterior_lights
- group.locks
- group.climate_control
- group.garage
- camera.front_porch
- camera.garage
- camera.garage_interior
living:
name: Living
view: yes
icon: mdi:sofa
entities:
- group.living_room
- group.remote
- media_player.sonos_media_center
- media_player.living_room_apple_tv
- media_player.sonos_living_room
dining:
name: Dining
view: yes
icon: mdi:silverware-variant
entities:
- group.kitchen
- group.dining_room
- media_player.sonos_dining_room
- media_player.sonos_kitchen
bedrooms:
name: Bedrooms
view: yes
icon: mdi:hotel
entities:
- group.bedroom
- group.guest_bedroom
- media_player.bedroom_apple_tv
- media_player.sonos_bedroom
- media_player.guest_bedroom_apple_tv
bathrooms:
name: Bathrooms
view: yes
icon: mdi:water-pump
entities:
- group.bathroom
- media_player.sonos_bathroom
offices:
name: Offices
view: yes
icon: mdi:desktop-mac
entities:
- group.USER1_office
- group.USER2_office
- media_player.USER1s_office_apple_tv
- media_player.plex_for_vizio_vizio_mtk
- media_player.sonos_USER1s_office
- media_player.sonos_USER2s_office
basements:
name: Basement
view: yes
icon: mdi:stairs
entities:
- group.basement
- group.water_sensors
- media_player.sonos_basement
- media_player.roku_hd__REDACTED
outdoors:
name: Outdoors
view: yes
icon: mdi:tree
entities:
- group.exterior_lights
- group.door_bell
- group.garage
- camera.front_porch
- camera.garage
- camera.garage_interior
- camera.ring_front_door
- media_player.sonos_backyard_patio
weatherdashboard:
name: Weather
view: yes
icon: mdi:weather-partlycloudy
entities:
- group.thermostat
- group.indoor_temperature
- group.humidity
- group.weather
- group.weather_summary
- camera.mo_weather_radar
media:
name: Media
view: yes
icon: mdi:play-circle-outline
entities:
- group.remote
- group.music
- group.media_player
- group.sonos
cameras:
name: Cameras
view: yes
icon: mdi:camera
entities:
- camera.front_porch
- camera.garage
- camera.garage_interior
- camera.ring_front_door
automation:
name: Automation
view: yes
icon: mdi:robot
entities:
- group.automation_on_demand
- group.holiday_modes
- group.party_modes
- group.alarm
- group.door_locks
- group.location_controls
- group.automation_override
sensors:
name: Sensors
view: yes
icon: mdi:gauge
entities:
- group.household
- group.device_location
- group.friends_and_family
- group.occupancy
- group.doors
- group.door_bell
- group.water_sensors
- group.battery_levels
- group.dns
- group.nas
- group.system
auto:
name: Auto
view: yes
icon: mdi:car
entities:
- group.garage
- group.garage_outlets
- camera.garage
- camera.garage_interior
- group.travel_times
- group.traffic_camera_feeds
- camera.REDACTED
troubleshooting:
name: Troubleshooting
view: yes
icon: mdi:none
entities:
- group.overnight_guests
- group.plex
- group.all_devices
- group.all_input_boolean
- group.all_lights
- group.all_switches
- group.all_locks
- group.all_covers
- group.all_remotes
- group.all_automations
- group.calendars
- group.all_scripts
- group.scenes
Traffic Camera Feeds:
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
- weblink.REDACTED
Automation Override:
control: hidden
entities:
- input_boolean.disable_voice_greeting
- input_boolean.disable_doorbell
- input_boolean.disable_door_open_lights_on
- input_boolean.disable_exterior_on_sunset
- input_boolean.disable_exterior_off_night
- input_boolean.disable_auto_garage
- input_boolean.disable_home_away
- input_boolean.disable_interior_lights_sunset
- input_boolean.disable_lights_morning
- input_boolean.disable_lock_unlock_doors
- input_boolean.disable_media_lights
- input_boolean.disable_occupancy
- input_boolean.disable_rainy_day
- input_boolean.disable_water_sensors
Location Controls:
control: hidden
entities:
- input_boolean.USER1_away
- input_boolean.USER1_away_driving
- input_boolean.USER2_away
- input_boolean.USER2_away_driving
- input_boolean.USER1_home
- input_boolean.USER2_home
- input_boolean.manual_USER1_away
- input_boolean.manual_USER2_away
- input_boolean.house_guest_away
- input_boolean.vacation_mode
- input_boolean.guest_mode
Automation On Demand:
control: hidden
entities:
- input_boolean.bedtime
- vacuum.roomba
- input_select.remote
- input_select.bedroom_remote
- input_select.sonos
Household:
- device_tracker.USER1DEVICE
- device_tracker.USER2DEVICE
# - group.house_guest
House Guest:
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
# - device_tracker.REDACTED
Device Location:
- device_tracker.USER1siphone
- device_tracker.USER2siphone
- device_tracker.USER1sipad
- device_tracker.USER2sipad
- device_tracker.USER1smacbookpro
- device_tracker.USER1smacbookair
- device_tracker.USER2smacbookair
- device_tracker.USER1simac
- device_tracker.USER2simac
Friends and Family:
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTEDiphone
- device_tracker.REDACTED
Overnight Guests:
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTED
- device_tracker.REDACTEDphone
Party Modes:
control: hidden
entities:
- input_boolean.livingroom_rainbow
- input_boolean.office_rainbow
- input_boolean.front_porch_rainbow
Holiday Modes:
control: hidden
entities:
- sensor.holidays_calendar
- input_select.holiday
- input_boolean.interior_holiday
Living Room:
control: hidden
entities:
- light.living_room_lamps
- light.media_center_lighting
- switch.fireplace
- switch.living_room_ceiling_fan
- lock.front_door
- binary_sensor.front_door_opened
- binary_sensor.living_room_occupancy
- sensor.living_room_temperature
Bedroom:
control: hidden
entities:
- light.USER1s_nightstand
- light.USER2s_nightstand
- light.bedroom_lamp
- light.closet_lamp
- binary_sensor.bedroom_occupancy
- sensor.bedroom_temperature
Kitchen:
control: hidden
entities:
- light.kitchen_ceiling
- light.kitchen_cabinets
- light.kitchen_sink
- lock.back_door
- binary_sensor.back_door_opened
- binary_sensor.kitchen_occupancy
- sensor.kitchen_temperature
Bathroom:
control: hidden
entities:
- light.bathroom_vanity
- binary_sensor.bathroom_occupancy
- sensor.bathroom_temperature
USER1 Office:
control: hidden
entities:
- light.office_ceiling
- light.office_lamp
- switch.air_purifier
- switch.office_fan
- binary_sensor.office_occupancy
- sensor.office_temperature
USER2 Office:
control: hidden
entities:
- light.USER2_office_ceiling
- binary_sensor.USER2_office_occupancy
- sensor.USER2_office_temperature
Door Bell:
- binary_sensor.ring_front_door_ding
- binary_sensor.ring_front_door_motion
Basement:
control: hidden
entities:
- light.basement_stairs
- light.basement_lights
- switch.basement_heater
- lock.basement_door
- binary_sensor.basement_door_opened
- binary_sensor.basement_occupancy
- binary_sensor.laundry_room_occupancy
- sensor.basement_temperature
- sensor.laundry_room_temperature
Dining Room:
control: hidden
entities:
- light.dining_room_table
- light.dining_room_ceiling
- binary_sensor.main_floor_occupancy
- sensor.main_floor_temperature
Guest Bedroom:
control: hidden
entities:
- light.guest_bedroom_lamp
- light.guest_bedroom_nightstand
- binary_sensor.guest_bedroom_occupancy
- sensor.guest_bedroom_temperature
Garage:
control: hidden
entities:
- light.garage_light
- cover.garage_door
Backyard Lighting:
- switch.backyard_patio_lighting
- switch.lower_backyard_lighting
Interior:
control: hidden
entities:
- light.hallway_light
- light.stairs
Interior Lights:
- light.living_room_lights
- light.dining_room_lights
- light.bedroom_lights
- light.kitchen_lights
- light.stairs
- light.USER1_office_lights
- light.USER2_office_lights
- light.guest_bedroom_lights
- light.basement_lighting
- light.bathroom_vanity
- light.hallway_light
Exterior Lights:
- light.front_porch
- light.back_door
- light.back_porch
- switch.front_yard_lighting
- group.backyard_lighting
- light.garage_light
Alarm:
control: hidden
entities:
- input_boolean.enable_security
- automation.security__motion_alarm
- automation.security__door_alarm
- input_boolean.panic_mode
- input_boolean.alarm_tripped
- wink.siren
Thermostat:
control: hidden
entities:
- climate.main_floor
- climate.window_unit
- climate.basement_heater
- switch.basement_heater
- sensor.dark_sky_temperature
- input_boolean.thermostat_away
- switch.hallway_fan
- group.summer_mode
- group.winter_mode
Climate Control:
control: hidden
entities:
- climate.main_floor
- climate.window_unit
- climate.basement_heater
Summer Mode:
- automation.climate__turn_on_summer
- automation.climate__turn_off_summer
Winter Mode:
- automation.climate__turn_on_winter
- automation.climate__turn_off_winter
Media Player:
- sensor.REDACTED
- media_player.living_room_apple_tv
- media_player.bedroom_apple_tv
- media_player.USER1s_office_apple_tv
- media_player.guest_bedroom_apple_tv
- media_player.roku_hd__REDACTED
Sonos:
- media_player.sonos_media_center
- media_player.sonos_living_room
- media_player.sonos_dining_room
- media_player.sonos_kitchen
- media_player.sonos_bathroom
- media_player.sonos_bedroom
- media_player.sonos_USER1s_office
- media_player.sonos_USER2s_office
- media_player.sonos_basement
- media_player.sonos_backyard_patio
Plex:
- media_player.plex_living_room
- media_player.plex_bedroom
- media_player.plex_office
- media_player.plex_guest_bedroom
- media_player.plex_plex_for_vizio_vizio_mtk
- media_player.plex_USER1s_iphone
- media_player.plex_USER1s_ipad
Remote:
control: hidden
entities:
- input_select.remote
- input_select.bedroom_remote
- input_select.sonos
- input_boolean.group_all_sonos
Water Sensors:
control: hidden
entities:
- binary_sensor.basement_drain_water_sensor_liquid_detected
- binary_sensor.sump_pump_water_sensor_liquid_detected
Door Locks:
control: hidden
entities:
- input_boolean.lock_doors
- input_boolean.unlock_doors
- lock.front_door
- lock.back_door
- lock.basement_door
Locks:
control: hidden
entities:
- lock.front_door
- lock.back_door
- lock.basement_door
USER1 Door Codes:
- binary_sensor.USER1_front_door_code
- binary_sensor.USER1_back_door_code
- binary_sensor.USER1_basement_door_code
USER2 Door Codes:
- binary_sensor.USER2_front_door_code
- binary_sensor.USER2_back_door_code
- binary_sensor.USER2_basement_door_code
Door Codes:
- binary_sensor.USER1_front_door_code
- binary_sensor.USER1_back_door_code
- binary_sensor.USER1_basement_door_code
- binary_sensor.USER2_front_door_code
- binary_sensor.USER2_back_door_code
- binary_sensor.USER2_basement_door_code
Occupancy:
- binary_sensor.living_room_occupancy
- binary_sensor.main_floor_occupancy
- binary_sensor.kitchen_occupancy
- binary_sensor.bedroom_occupancy
- binary_sensor.bathroom_occupancy
- binary_sensor.office_occupancy
- binary_sensor.USER2_office_occupancy
- binary_sensor.guest_bedroom_occupancy
- binary_sensor.basement_occupancy
- binary_sensor.laundry_room_occupancy
Basement Occupancy:
- binary_sensor.basement_occupancy
- binary_sensor.laundry_room_occupancy
Indoor Temperature:
- sensor.living_room_temperature
- sensor.main_floor_temperature
- sensor.kitchen_temperature
- sensor.bedroom_temperature
- sensor.bathroom_temperature
- sensor.office_temperature
- sensor.USER2_office_temperature
- sensor.guest_bedroom_temperature
- sensor.basement_temperature
- sensor.laundry_room_temperature
Humidity:
- sensor.main_floor_humidity
- sensor.wink_relay_sensor_humidity
- sensor.dark_sky_humidity
Weather:
- sun.sun
- sensor.moon
- sensor.dark_sky_temperature
- sensor.dark_sky_apparent_temperature
- sensor.dark_sky_humidity
- sensor.dark_sky_cloud_coverage
- sensor.dark_sky_precip
- sensor.dark_sky_precip_probability
- sensor.dark_sky_precip_intensity
- sensor.dark_sky_nearest_storm_distance
# - sensor.weather_nearest_storm_bearing
- sensor.dark_sky_wind_speed
- sensor.dark_sky_wind_bearing
- sensor.dark_sky_visibility
- sensor.dark_sky_ozone
- sensor.dark_sky_pressure
- sensor.dark_sky_dew_point
Weather Summary:
- sensor.dark_sky_summary
- sensor.dark_sky_minutely_summary
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_daily_summary
Doors:
- binary_sensor.front_door_opened
- binary_sensor.back_door_opened
- binary_sensor.basement_door_opened
Travel Times:
- sensor.USER1_to_home
- sensor.USER2_to_home
- sensor.USER2_to_REDACTED
- sensor.USER2_to_REDACTED
- sensor.USER2_to_REDACTED
System:
- sensor.uptime
- binary_sensor.wink_hub
- binary_sensor.wink_relay
- updater.updater
NAS:
- sensor.nas_status
- sensor.nas_cpu_usage
- sensor.nas_memory_usage
- sensor.nas_smart_status_drive_01
- sensor.nas_smart_status_drive_02
- sensor.nas_smart_status_drive_03
- sensor.nas_smart_status_drive_04
- sensor.nas_volume_used_storage
- sensor.nas_volume_used_backup
- sensor.nas_system_temperature
Battery Levels:
- sensor.roomba_batt
- sensor.ring_front_door_battery
- sensor.front_door_lock_batt
- sensor.back_door_lock_batt
- sensor.basement_door_lock_batt
- sensor.siren_batt
- sensor.front_door_sensor_batt
- sensor.back_door_sensor_batt
- sensor.basement_door_sensor_batt
- sensor.basement_drain_water_sensor_batt
- sensor.sump_pump_water_sensor_batt
DNS:
- sensor.pihole_ads_blocked_today
- sensor.pihole_ads_blocked_today_2
- sensor.pihole_ads_percentage_blocked_today
- sensor.pihole_ads_percentage_blocked_today_2
Garage Outlets:
- switch.myq_garage_outlet
All Input Boolean:
- input_boolean.USER1_greeting
- input_boolean.USER2_greeting
- input_boolean.USER2_working
- input_boolean.bedroom_tv
- input_boolean.watching_plex
- input_boolean.garage_door
- input_boolean.USER1_away
- input_boolean.USER1_away_driving
- input_boolean.USER1_home
- input_boolean.manual_USER1_away
- input_boolean.USER2_away
- input_boolean.USER2_away_driving
- input_boolean.USER2_home
- input_boolean.manual_USER2_away
- input_boolean.thermostat_away
- input_boolean.house_guest_away
- input_boolean.guest_mode
- input_boolean.vacation_mode
- input_boolean.bedtime
- input_boolean.unlock_doors
- input_boolean.lock_doors
- input_boolean.interior_holiday
- input_boolean.livingroom_rainbow
- input_boolean.office_rainbow
- input_boolean.front_porch_rainbow
- input_boolean.enable_security
- input_boolean.alarm_tripped
- input_boolean.panic_mode
- input_boolean.jazz_music
- input_boolean.pop_music
- input_boolean.adele_music
- input_boolean.chill_music
- input_boolean.classical_music
- input_boolean.disable_auto_garage
- input_boolean.disable_door_open_lights_on
- input_boolean.disable_doorbell
- input_boolean.disable_exterior_off_night
- input_boolean.disable_exterior_on_sunset
- input_boolean.disable_home_away
- input_boolean.disable_interior_lights_sunset
- input_boolean.disable_lights_morning
- input_boolean.disable_lock_unlock_doors
- input_boolean.disable_media_lights
- input_boolean.disable_occupancy
- input_boolean.disable_rainy_day
- input_boolean.disable_voice_greeting
- input_boolean.disable_water_sensors
- input_boolean.electronic_music
Calendars:
- calendar.holidays_in_united_states
- calendar.personal
- calendar.REDACTED
- calendar.work
- sensor.USER2_work_offset
Scenes:
- scene.lock_doors
- scene.put_out_fire
- scene.security
- scene.start_a_fire
- scene.unlock_doors
- scene.vacation
- scene.vacation_disable_automation
- scene.vacation_enable_automation