This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
123 lines (106 loc) · 2.21 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
default_view:
view: yes
icon: mdi:home
entities:
- group.weather
- group.people
- group.all_lights
- input_boolean.rocky_fed
- switch.flux
- group.snapcast_clients
- input_boolean.sleep_mode
weather:
name: Weather
entities:
- sensor.weather_summary
- sensor.weather_apparent_temperature
- sensor.weather_daily_high_apparent_temperature
- sun.sun
person_dave:
name: Dave
entities:
- device_tracker.dave_phone_wifi
- device_tracker.dave_phone_bt
- device_tracker.dave_gearfit2
person_chris:
name: Chris
entities:
- device_tracker.chris_phone
- device_tracker.chris_tablet
- device_tracker.chris_laptop
person_lauren:
name: Lauren
entities:
- device_tracker.lauren_phone_wifi
- device_tracker.lauren_gearfit2
people:
name: Family
entities:
- group.person_dave
- group.person_chris
- group.person_lauren
lights_master:
name: Master Bedroom Lights
entities:
- light.master__dresser
- light.master__desk
lights_living:
name: Living Room Lights
entities:
- light.lv_top
- light.lv_middle
- light.lv_bottom
devices_master:
name: Devices
entities:
- sensor.desktopdave
- switch.wake_daves_desktop
- input_select.pcoptions
sensors_living:
name: Living Room Sensors
entities:
- binary_sensor.livingmotion_sensor
- sensor.livingmotion_burglar
sensors_master:
name: Master Bedroom Sensors
entities:
- sensor.master_light_1
sensors_kitchen:
name: Kitchen Sensors
entities:
- binary_sensor.kitchen_multi_2
- binary_sensor.kitchen_light_1
room_master:
name: Master Bedroom
view: yes
entities:
- light.master_bedroom
- group.devices_master
- media_player.master_bedroom
- media_player.roku_4e756m093756
- group.sensors_master
room_living:
name: Living Room
view: yes
entities:
- light.living_room
- device_tracker.chromecast
- group.sensors_living
room_kitchen:
name: Kitchen
view: yes
entities:
- group.sensors_kitchen
lights_view:
name: Lights
view: yes
icon: mdi:lightbulb-on
entities:
- group.lights_living
- group.lights_master
automations_view:
name: Automations
view: yes
icon: mdi:settings
entities:
- group.all_automations