-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
263 lines (231 loc) · 7.97 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
motion_detector:
name: Motion Detector Group
entities:
- binary_sensor.blink_front_porch_left_motion_detected
- binary_sensor.blink_front_porch_right_motion_detected
- binary_sensor.blink_side_entrance_motion_detected
- binary_sensor.blink_deck_motion_detected
- binary_sensor.front_door_motion
motion_detector_front_porch:
name: Motion Detector Front Porch Grouop
entities:
- binary_sensor.blink_front_porch_left_motion_detected
- binary_sensor.blink_front_porch_right_motion_detected
battery:
name: Battery Group
entities:
- binary_sensor.blink_front_porch_left_battery
- binary_sensor.blink_front_porch_right_battery
- binary_sensor.blink_side_entrance_battery
- binary_sensor.blink_deck_battery
- sensor.front_door_battery
wifi_singal_strength:
name: WiFi Signal Strength Group
entities:
- sensor.blink_front_porch_left_wifi_signal
- sensor.blink_front_porch_right_wifi_signal
- sensor.blink_side_entrance_wifi_signal
- sensor.blink_deck_wifi_signal
- sensor.downstairs_wifi_signal_strength
- sensor.back_side_door_wifi_signal_strength
- sensor.front_door_wifi_signal_strength
temperature:
name: Temperature Group
entities:
- sensor.blink_front_porch_left_temperature
- sensor.blink_front_porch_right_temperature
- sensor.blink_side_entrance_temperature
- sensor.blink_deck_temperature
- sensor.main_floor_temperature
- sensor.bedroom_temperature
humidity:
name: Humidity Group
entities:
- sensor.main_floor_humidity
- sensor.bedroom_humidity
alarms_armed:
name: Armed Alarms Group
entities:
- binary_sensor.blink_front_porch_left_camera_armed
- binary_sensor.blink_front_porch_right_camera_armed
- binary_sensor.blink_side_entrance_camera_armed
- binary_sensor.blink_deck_camera_armed
alarm_panels:
name: Alarm Panels Group
entities:
- alarm_control_panel.blink_home
#lights:
# name: Lights Group
# entiteis:
# -
thermostats:
name: Thermostats Group
entities:
- climate.main_floor
- climate.bedroom
weather:
name: Weather Forecast Group
entities:
- weather.main_floor
- weather.bedroom
#########################################################################
### RING GROUPS ###
#########################################################################
ring_front_door:
name: Ring Front Door Group
entities:
- camera.front_door
- sensor.front_door_battery
- sensor.front_door_last_activity
- sensor.front_door_last_ding
- binary_sensor.front_door_ding
- sensor.front_door_last_motion
- binary_sensor.front_door_motion
- sensor.front_door_volume
- sensor.front_door_wifi_signal_category
- sensor.front_door_wifi_signal_strength
ring_living_room_chime:
name: Ring Living Room Chime Group
entities:
- sensor.downstairs_volume
- sensor.downstairs_wifi_signal_category
- sensor.downstairs_wifi_signal_strength
#########################################################################
### ECOBEE GROUPS ###
#########################################################################
ecobee_hallway:
name: Ecobee Hallway Group
entities:
- weather.main_floor
- climate.main_floor
- sensor.main_floor_humidity
- sensor.main_floor_temperature
- binary_sensor.main_floor_occupancy
ecobee_master_bedroom:
name: Ecobee Master Bedroom Group
entities:
- weather.bedroom
- climate.bedroom
- sensor.bedroom_humidity
- sensor.bedroom_temperature
- binary_sensor.bedroom_occupancy
#########################################################################
### BLINK GROUPS ###
#########################################################################
blink_front_porch_left:
name: Blink Left Front Porch Group
entities:
- camera.blink_front_porch_left
- binary_sensor.blink_front_porch_left_battery
- binary_sensor.blink_front_porch_left_camera_armed
- binary_sensor.blink_front_porch_left_motion_detected
- sensor.blink_front_porch_left_temperature
- sensor.blink_front_porch_left_wifi_signal
blink_front_porch_right:
name: Blink Right Front Porch Group
entities:
- camera.blink_front_porch_right
- binary_sensor.blink_front_porch_right_battery
- binary_sensor.blink_front_porch_right_camera_armed
- binary_sensor.blink_front_porch_right_motion_detected
- sensor.blink_front_porch_right_temperature
- sensor.blink_front_porch_right_wifi_signal
blink_side_entrance:
name: Blink Side Entrance Group
entities:
- camera.blink_side_entrance
- binary_sensor.blink_side_entrance_battery
- binary_sensor.blink_side_entrance_camera_armed
- binary_sensor.blink_side_entrance_motion_detected
- sensor.blink_side_entrance_temperature
- sensor.blink_side_entrance_wifi_signal
blink_deck_:
name: Blink Deck Group
entities:
- camera.blink_deck
- binary_sensor.blink_deck_battery
- binary_sensor.blink_deck_camera_armed
- binary_sensor.blink_deck_motion_detected
- sensor.blink_deck_temperature
- sensor.blink_deck_wifi_signal
#########################################################################
### LIGHT GROUPS ###
#########################################################################
front_office_light_group:
name: Front Office Lights
entities:
- light.fan_and_light_switch_front_office
- light.overhead_lights_dimmer_switch_front_office
- light.desk_light_front_office
living_room_light_group:
name: Living Room Lights
entities:
- light.overhead_lights_dimmer_switch_living_room
- light.floor_lamp_living_room
kitchen_light_group:
name: Kitchen Lights
entities:
- light.overhead_lights_dimmer_switch_kitchen
- light.pendant_lights_kitchen
hallway_light_group:
name: Hallway Lights
entities:
- light.overhead_lights_hallway
- light.overhead_light_hallway_coat_closet
powder_room_light_group:
name: Powder Room Lights
entities:
- light.vanity_light_powder_room
- light.fan_and_overhead_light_powder_room
back_office_light_group:
name: Back Office Lights
entities:
- light.overhead_lights_dimmer_switch_back_office
- light.fan_and_light_back_office
- light.closet_light_back_office
master_bedroom_light_group:
name: Master Bedroom Lights
entities:
- light.overhead_lights_master_bedroom
- light.fan_and_light_master_bedroom
- light.bed_night_light_tammy_master_bedroom
- light.tammy_s_bed_lamp_master_bedroom
- light.night_light_jim_master_bedroom
- light.tammy_s_bed_lamp_master_bedroom
master_bedroom_bed_lamp_group:
name: Lamps
entities:
- light.master_bedroom_bed_lamp_left
- light.master_bedroom_bed_lamp_right
# - light.night_light_jim_master_bedroom
# - light.bed_night_light_tammy_master_bedroom
#master_batheroom_group:
# name: Master Bathroom Lights
# entities:
# - light.light_switch
# - light.light_switch_2
# - light.light_switch_3
# - light.light_switch_4
#########################################################################
### PRESENCE GROUPS ###
#########################################################################
home_presence:
name: Home Presence
entities:
- person.jim
- person.tammy
#########################################################################
### COVER GROUPS ###
#########################################################################
front_office_shades:
name: Front Office Shades
entities:
- input_number.front_office_cover_front
- input_number.front_office_cover_side
living_room_shades:
name: Living Room Shades
entities:
- cover.living_room_front
- cover.living_room_side_center
- cover.living_room_side_left
- cover.living_room_side_right