-
Notifications
You must be signed in to change notification settings - Fork 0
/
groups.yaml
221 lines (200 loc) · 4.63 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
#default_view:
# view: yes
# icon: mdi:home
# entities:
# - camera.front_camera
# - camera.back_camera
# - device_tracker.egor
# - device_tracker.yulia
shades_elevation:
name: Open/Close shades Sun elevation
view: no
entities:
- input_number.close_shades_elevation
- input_number.open_shades_elevation
security:
name: Security
view: yes
entities:
- group.motion_detectors
- group.occupancy_sensors
- camera.back
- camera.front
- camera.garage
- camera.back_yard
- camera.glenmorecrowchild_sw
- sensor.home_alarm_keypad
- alarm_control_panel.home_alarm
motion_detectors:
name: Motion Detectors
view: no
entities:
- binary_sensor.foyer_md
- binary_sensor.dining_room_md
- binary_sensor.great_room_md
- binary_sensor.mech_room_md
- binary_sensor.media_room_md_1
- binary_sensor.media_room_md_2
- binary_sensor.mudroom_md
occupancy_sensors:
name: Occupancy Sensors
view: no
entities:
- binary_sensor.basement_occupancy
- binary_sensor.loft_occupancy
- binary_sensor.main_floor_occupancy
- binary_sensor.master_bedroom_occupancy
- binary_sensor.upstairs_occupancy
basement_bathroom_lights:
name: Basement Bathroom
view: no
entities:
- switch.bsm_bathroom
- switch.bsm_bathroom_shower
- switch.bsm_bathroom_exhaust
- switch.bsm_bathroom_vanity
basement_toilet_lights:
name: Basement Toilet
view: no
entities:
- switch.bsm_toilet
- switch.bsm_toilet_exhaust
basement_lights:
name: Basement
view: no
entities:
- switch.art_room
- switch.basement_hall
- switch.mudroom
- switch.mudroom_closet
- switch.mech_room
- light.media_room
- group.basement_bathroom_lights
- group.basement_toilet_lights
- switch.sauna
- switch.wine_light
- switch.bar_light
- switch.basement_stairs
exhaust_fans:
name: Exhaust Fans
view: no
entities:
- switch.guest_bathroom_fan
- switch.bsm_bathroom_exhaust
- switch.bsm_toilet_exhaust
- switch.master_bathroom_exhaust
- switch.master_toilet_exhaust
ground_floor_lights:
name: Ground Floor
view: no
entities:
- switch.dining_room
- switch.dining_art_wall
- switch.kitchen
- switch.main_stairs
- light.living_fireplace_wall
- light.living_pots
- switch.entry
- switch.kitchen_passageway
- switch.kitchen_island
guest_bathroom_lights:
name: Guest Bathroom
view: no
entities:
- switch.guest_bathroom_vanity
- switch.guest_bathroom_main
- switch.guest_bathroom_tub
- switch.guest_bathroom_fan
master_bathroom_lights:
name: Ensuite
view: no
entities:
- light.above_tub
- switch.master_bathroom
- switch.master_bathroom_exhaust
- light.master_shower
master_toilet_light:
name: Master Toilet Light
view: no
entities:
- switch.master_toilet
- switch.master_toilet_exhaust
second_floor_lights:
name: Second Floor
view: no
entities:
- switch.laundry
- switch.guest_bedroom
- switch.craft_room
- light.master_bedroom # TODO maybe remove?
- group.master_bathroom_lights
- group.master_toilet_light
- switch.master_closet
- switch.upstairs_hallway
- group.guest_bathroom_lights
loft_lights:
name: Loft
view: no
entities:
- switch.loft
- switch.loft_stairs
indoor_lights:
name: Indoor Lights
view: no
entities:
- group.basement_lights
- group.ground_floor_lights
- group.second_floor_lights
- group.loft_lights
outdoor_lights:
name: Outdoor Lights
view: no
entities:
- switch.porch
- switch.deck
- switch.under_deck
- switch.garage_entrance
- switch.garage_back_alley
garage_lights:
name: Garage Lights
view: no
entities:
- switch.garage
- switch.garage_back_alley
- switch.garage_entrance
household:
name: Household
view: yes
entities:
- device_tracker.yulia
- device_tracker.egor_phone
climate:
name: Climate
view: yes
entities:
- climate.main_floor
- climate.upstairs
- sensor.indoor_temperatures
- sensor.basement_temperature
- sensor.loft_temperature
- sensor.main_floor_humidity
- sensor.main_floor_temperature
- sensor.upstairs_humidity
- sensor.upstairs_temperature
- sensor.master_bedroom_temperature
config:
name: Configuration
view: yes
entities:
- group.shades_elevation
- input_select.system_mode
monoprice:
name: Monoprice Zones
view: yes
entities:
- media_player.art_room
- media_player.ensuite
- media_player.kitchen_dining_room
- media_player.living_room
- media_player.loft
- media_player.master_bedroom