-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgroups.yaml
226 lines (206 loc) · 4.84 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
default_view:
view: yes
icon: mdi:home
entities:
- group.lights
- group.locks
- group.exterior_entrances
- group.fans
- group.gates
cameras:
view: yes
icon: mdi:cctv
entities:
- camera.front_door_live
- camera.back_door_live
- camera.side_entry_live
media_players:
view: yes
icon: mdi:television
entities:
- media_player.playroom_tv
- media_player.office_tv
- media_player.living_room_tv
christmas_lights:
view: yes
icon: mdi:pine-tree
entities:
- group.christmas_lights_inside
- group.christmas_lights_outside
christmas_lights_inside:
icon: mdi:pine-tree-box
name: Inside Lights
entities:
- switch.christmas_tree
- switch.mantle_garland_lights
- switch.built_in_left
- switch.built_in_right
- switch.fireplace_trees
christmas_lights_outside:
icon: mdi:pine-tree
name: Outside Lights
entities:
- light.backyard_tree_led
presence:
view: yes
icon: mdi:account-location
entities:
- group.location
- group.bed
battery_levels:
view: yes
icon: mdi:battery
entities:
- sensor.front_door_sensor_battery
- sensor.front_door_deadbolt_battery
- sensor.back_door_sensor_battery
- sensor.back_door_deadbolt_battery
- sensor.side_door_sensor_battery
- sensor.side_door_deadbolt_battery
- sensor.garage_door_sensor_battery
- sensor.garage_door_deadbolt_battery
- sensor.kitchen_leak_sensor_battery
- sensor.master_bath_leak_sensor_battery
- sensor.north_gate_sensor_battery
- sensor.south_gate_sensor_battery
settings:
view: yes
icon: mdi:settings
entities:
- group.mode_toggles
- group.flags
- group.bedtime_options
bedtime_options:
name: Bedtimes
control: hidden
entities:
- input_datetime.option_girls_weekday_bedtime
- input_datetime.option_girls_weekend_bedtime
flags:
name: Master Bedroom Settings
control: hidden
entities:
- input_boolean.flag_fan_on_when_bed_occupied
- input_boolean.flag_fan_on_at_bedtime
- input_select.option_fan_speed_at_bedtime
mode_toggles:
icon: mdi:switch
name: House Modes
control: hidden
entities:
- input_boolean.away_mode
- input_boolean.guest_mode
- input_boolean.sleep_mode
- input_boolean.extended_away_mode
location:
icon: mdi:map-marker
name: Locations
entities:
- device_tracker.matt_iphone
- device_tracker.alydia_iphone
bed:
icon: mdi:hotel
name: Bed Occupancy
entities:
- sensor.bed_matt
- sensor.bed_alydia
- sensor.bed_both
exterior_entrances:
icon: mdi:door
name: Exterior Entrances
entities:
- sensor.back_door_state
- sensor.front_door_state
- sensor.side_door_state
exterior_locks:
icon: mdi:lock
name: Exterior Door Locks
entities:
- lock.front_door
- lock.back_door
- lock.side_entry
gates:
icon: mdi:gate
name: Gates
entities:
- sensor.south_gate_state
- sensor.north_gate_state
porch_lights:
name: Porch Lights
entities:
- switch.side_entry_porch_light
- switch.front_porch_light
- switch.garage_outside_light
all_lights:
name: All Lights
entities:
- light.umbrella_led
- light.playroom_lamp
- light.kitchen_can_lights
- light.living_room_chandelier
- light.livingroom_can_lights
- light.office_led
- light.office_light
- light.pantry_led
- switch.kitchen_pendant_lights
- switch.master_bedroom_light
- switch.playroom_can_lights
- switch.playroom_fan_light
- switch.stair_light
lights:
icon: mdi:light
name: Lights
control: hidden
entities:
- light.umbrella_led
- light.playroom_lamp
- light.kitchen_can_lights
- light.living_room_chandelier
- light.livingroom_can_lights
- light.office_led
- light.office_light
- light.pantry_led
- switch.back_porch_light
- switch.front_porch_light
- switch.garage_outside_light
- switch.kitchen_pendant_lights
- switch.master_bedroom_light
- switch.playroom_can_lights
- switch.playroom_fan_light
- switch.side_entry_porch_light
- switch.stair_light
lights_night_off:
icon: mdi:light
name: Lights
control: hidden
entities:
- light.kitchen_can_lights
- light.living_room_chandelier
- light.livingroom_can_lights
- light.office_led
- light.office_light
- light.pantry_led
- switch.back_porch_light
- switch.front_porch_light
- switch.garage_outside_light
- switch.kitchen_pendant_lights
- switch.master_bedroom_light
- switch.playroom_can_lights
- switch.playroom_fan_light
- switch.side_entry_porch_light
fans:
icon: mdi:fan
name: Fans
control: hidden
entities:
- fan.playroom_fan_level
- fan.master_bedroom_fan_level
- switch.office_fan
locks:
icon: mdi:lock
name: Locks
entities:
- lock.back_door
- lock.side_entry
- lock.garage_entry
- lock.front_door