-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathgroups.yaml
348 lines (312 loc) · 9.3 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
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
# Groups Configuration File - Use this file to group/organize
# entities together
######################################################
# VIEWS #
######################################################
family_view:
view: yes
name: Family
icon: mdi:account-multiple
entities:
- group.home_security_system
- group.dark_sky
- group.date__time
- group.weather
- group.family
- group.batteries
- group.travel_time
lights_switches:
view: yes
name: Lights and Swithches
icon: mdi:lightbulb-on
entities:
- group.all_lights
- group.bedroom_lights
- group.all_switches
- group.outdoor_lights
- group.kitchen_lights
- group.family_room_lights
- group.master_bedroom_lights
- group.custom_switches
- group.etekcity_rf_switches
mediacenter_view:
view: yes
name: Media Center
icon: mdi:television
entities:
- media_player.sharp_tv
system_view:
view: yes
name: System Info
icon: mdi:settings
entities:
- group.system_monitor
- group.ads_blocked
- group.internet_speed
zwave_view:
view: yes
name: Z-Wave Stuff
icon: mdi:radio-tower
entities:
- group.upstairs_multisensor
- group.downstairs_multisensor
automation_view:
view: yes
name: Automation
icon: mdi:arrow-right-drop-circle
entities:
- group.bedtime_automations
- group.general_automations
- group.home_security_automations
- group.downstairs_motion_automations
- group.upstairs_motion_automations
- group.tv_automations
- group.watchdog_automations
- group.weather_automations
scripts_view:
view: yes
name: Scripts
icon: mdi:script
entities:
- group.all_scripts
- group.scripts
- group.sensors
superfun_view:
view: yes
name: LOL
icon: mdi:emoticon-tongue
entities:
- group.super_fun
######################################################
# GROUPS #
######################################################
Date & Time:
entities:
- sensor.time
- sensor.date
Family:
entities:
- device_tracker.suresh_suresh
- device_tracker.mallika_mallika
- device_tracker.srinika_srinika
- device_tracker.hasika_hasika
Batteries:
entities:
- sensor.hasikas_iphone_battery
- sensor.mallikas_iphone_battery
- sensor.srinikas_iphone_battery
- sensor.sureshs_iphone_battery
Travel Time:
entities:
- sensor.home2work
- sensor.work2home
- sensor.suresh2home
- sensor.suresh2work
Kitchen Lights:
entities:
- light.dinette
Bedroom Lights:
entities:
- switch.kids_bedroom
- switch.garage_lights
- switch.guest_bedroom_1
- switch.guest_bedroom_2
Family Room Lights:
entities:
- light.hue_color_lamp_1
- light.hue_color_lamp_2
- light.hue_color_lamp_3
- light.family_room
Master Bedroom Lights:
entities:
- light.master_bedroom_1
- light.master_bedroom_2
- light.master_bedroom
Outdoor Lights:
entities:
- switch.wemofrontporchlightswitch
- switch.wemobackyardlightswitch
- switch.wemoswitch1
Etekcity RF Switches:
entities:
- switch.switch_one
- switch.switch_two
- switch.switch_three
- switch.switch_four
- switch.switch_five
Custom Switches:
entities:
- switch.home_security
- switch.tv
- switch.tv_backlight
- input_boolean.short_flash
- input_boolean.long_flash
System Monitor:
entities:
- sensor.cpu_use
- sensor.cpu_speed
- sensor.ram_free
- sensor.disk_free_
- sensor.ipv4_address_wlan0
- sensor.last_boot
- sensor.since_last_boot
- sensor.cpu_temperature
Home Security System:
entities:
- alarm_control_panel.simplisafe
- automation.notify_simplisafe_off
- automation.notify_simplisafe_home
- automation.notify_simplisafe_away
- automation.notify_simplisafe_triggered
Weather:
entities:
- sun.sun
- sensor.pws_weather
- sensor.pws_temp_f
- sensor.pws_feelslike_f
- sensor.pws_wind_mph
- sensor.pws_heat_index_f
- sensor.pws_relative_humidity
- sensor.pws_visibility_mi
Dark Sky:
entities:
- sensor.dark_sky_wind_speed
- sensor.dark_sky_wind_bearing
- sensor.dark_sky_visibility
- sensor.dark_sky_temperature
- sensor.dark_sky_summary
- sensor.dark_sky_pressure
- sensor.dark_sky_precip_probability
- sensor.dark_sky_precip_intensity
- sensor.dark_sky_precip
- sensor.dark_sky_ozone
- sensor.dark_sky_nearest_storm_distance
- sensor.dark_sky_nearest_storm_bearing
- sensor.dark_sky_minutely_summary
- sensor.dark_sky_icon
- sensor.dark_sky_humidity
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_dew_point
- sensor.dark_sky_daily_summary
- sensor.dark_sky_daily_max_precip_intensity
- sensor.dark_sky_daily_low_temperature
- sensor.dark_sky_daily_low_apparent_temperature
- sensor.dark_sky_daily_high_temperature
- sensor.dark_sky_daily_high_apparent_temperature
- sensor.dark_sky_cloud_coverage
- sensor.dark_sky_apparent_temperature
Internet Speed:
entities:
- sensor.speedtest_ping
- sensor.speedtest_upload
- sensor.speedtest_download
General Automations:
entities:
- automation.startup_notification
- automation.heal_zwave_network
- automation.notify_status
- automation.update_available_notification
- automation.status_updates_to_mqtt
- automation.short_flash_all_lights
- automation.long_flash_all_lights
- automation.goodnight_blink_front_room_light
- automation.joke_of_the_hour
Weather Automations:
entities:
- automation.alert_daily_weather
- automation.alert_wind_speeds_high
- automation.alert_wind_speeds_hurricane
- automation.alert_wind_speeds_medium
- automation.high_wind_speed_flash_lights
Watchdog Automations:
entities:
- automation.backyard_light_watchdog
- automation.frontroom_light_watchdog
- automation.frontyard_light_watchdog
- automation.home_security_system_watchdog
- automation.garage_lights_watchdog
- automation.guest_bedroom_1_light_watchdog
- automation.kids_bedroom_light_watchdog
- automation.guest_bedroom_2_light_watchdog
Downstairs Motion Automations:
entities:
- automation.motion001
- automation.motion002
- automation.motion003
- automation.motion004
- automation.motion005
- automation.motion007
Upstairs Motion Automations:
entities:
- automation.upstairs_motion_off
- automation.upstairs_motion_on
Bedtime Automations:
entities:
- automation.kitchen_light_off_at_eight_am
- automation.indoor_lights_on_early_morning
- automation.indoor_lights_on_before_sunset
- automation.outdoor_lights_off_at_sunrise
- automation.outdoor_lights_on_at_sunset
- automation.goodnight_turn_lights_off
- automation.master_bedroom_lights_on_in_the_morning_suresh
- automation.master_bedroom_lights_on_in_the_morning_mallika
- automation.master_bedroom_lights_off_in_the_morning_suresh
- automation.master_bedroom_lights_off_in_the_morning_mallika
- automation.goodnight_dim_kitchen_lights
- automation.goodnight_dim_tv_light_1
- automation.goodnight_dim_tv_light_2
- automation.goodnight_dim_tv_light_3
TV Automations:
entities:
- automation.turn_tv_off
- automation.turn_tv_on
- automation.turn_lights_on_when_tv_is_turned_off
- automation.restore_family_room_lights_to_tv_mode
- automation.dim_indoor_lights_when_tv_is_on
- automation.backlight_is_on_when_tv_is_on
- automation.backlight_off_when_tv_is_off
- automation.turn_tv_backlights_off
- automation.turn_tv_backlights_on
Home Security Automations:
entities:
- automation.goodnight_homesecurity_on
- automation.notify_simplisafe_away
- automation.notify_simplisafe_home
- automation.notify_simplisafe_off
- automation.notify_simplisafe_triggered
- automation.turn_simplisafe_off
- automation.turn_simplisafe_on
- automation.home_security_system_on_at_sunset
Ads Blocked:
entities:
- sensor.dns_queries_today
- sensor.domains_being_blocked
- sensor.ads_blocked_today
- sensor.ads_percentage_today
Scripts:
entities:
- script.script_tv_backlight_on
- script.script_tv_backlight_off
- script.notify_home_status
- script.ifttt_notify
- script.voice_notify
Downstairs MultiSensor:
entities:
- binary_sensor.aeotec_zw074_multisensor_gen5_sensor_2_0
- sensor.aeotec_zw074_multisensor_gen5_temperature_2_1
- sensor.aeotec_zw074_multisensor_gen5_relative_humidity_2_5
- sensor.aeotec_zw074_multisensor_gen5_luminance_2_3
- sensor.aeotec_zw074_multisensor_gen5_alarm_level_2_1
- sensor.aeotec_zw074_multisensor_gen5_alarm_type_2_0
- sensor.aeotec_zw074_multisensor_gen5_burglar_2_10
- sensor.aeotec_zw074_multisensor_gen5_sourcenodeid_2_2
Upstairs MultiSensor:
entities:
- binary_sensor.aeotec_zw074_multisensor_gen5_sensor_3_0
- sensor.aeotec_zw074_multisensor_gen5_temperature_3_1
- sensor.aeotec_zw074_multisensor_gen5_relative_humidity_3_5
- sensor.aeotec_zw074_multisensor_gen5_luminance_3_3
- sensor.aeotec_zw074_multisensor_gen5_burglar_3_10
- sensor.aeotec_zw074_multisensor_gen5_sourcenodeid_3_2
- sensor.aeotec_zw074_multisensor_gen5_alarm_type_3_0
- sensor.aeotec_zw074_multisensor_gen5_alarm_level_3_1