-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
356 lines (322 loc) · 9.07 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
349
350
351
352
353
354
355
356
#### VIEWS
downstairs_view:
view: yes
name: Downstairs
entities:
- group.living_room
- group.office
- group.kitchen
- group.HVAC
- group.garage
- switch.outside_bug_zapper
- media_player.kitchen_home
- media_player.yamaha_receiver
- media_player.yamaha_receiver_zone_2
- light.office_light
- group.christmas_lights
- cover.garage_door_opener
upstairs_view:
view: yes
name: upstairs
entities:
- group.master_bedroom
- group.bedroom_lights
- group.attic
- group.master_bathroom
- group.laundry_room
people_view:
view: yes
name: people
icon: mdi:account-circle
entities:
- group.josh
- group.sam
information_view:
view: yes
name: information
icon: mdi:wrench
entities:
- group.homeAssistantServer
- group.network
- group.sabnzbd
- group.synology_server
- group.ups
- group.battery_levels
- group.device_status
- group.bed_sensor_settings
#### GROUPS
kitchen:
name: Kitchen
#icon: mdi:food
control: hidden
entities:
- binary_sensor.front_door
- light.kitchen_cabinets
- light.kitchen_switch
- switch.porch_switch
- switch.exterior_garage_light
- binary_sensor.kitchen_sink_moisture
- switch.refrigerator_power
- sensor.refrigerator_daily_energy
- sensor.refrigerator_power
- binary_sensor.kitchen_window
living_room:
name: Living Room
control: hidden
entities:
- switch.living_room_lamp
- light.living_room_fan_light
- fan.living_room_fan
- binary_sensor.patio_door
- switch.fireplace
- sensor.fireplace_temperature
- sensor.living_room_motion
- sensor.living_room_multisensor_luminance
- sensor.living_room_multisensor_relative_humidity
- sensor.living_room_multisensor_temperature
- switch.eufy_robovac
- media_player.living_room
staircase:
name: Staircase
control: hidden
entities:
- sensor.staircase_motion
- sensor.staircase_multisensor_temperature
- sensor.staircase_multisensor_relative_humidity
- sensor.staircase_multisensor_luminance
garage:
name: Garage
control: hidden
entities:
- cover.garage_door_opener
- binary_sensor.garage_house_door
- switch.garage_light
- sensor.garage_temperature
- sensor.garage_humidity
- sensor.garage_pressure
- sensor.garage_illuminance
- binary_sensor.garage_occupancy
- switch.garage_shelf_light
- switch.garage_door_shelf_light
bedroom_lights:
name: Bedroom Lights
entities:
- light.bedroom_lamp
- light.cornice
- light.headboard
- light.underbed_leds
master_bedroom:
name: Bedroom
control: hidden
entities:
- switch.heated_blanket
- switch.air_purifier
- group.bedroom_lights
- switch.bedroom_ceiling_fan_4
- switch.josh_s_closet
- cover.bedroom_curtains
- cover.bedroom_shades
- cover.bedroom_window_coverings
- sensor.bed_occupancy
- sensor.master_bedroom_temperature
- sensor.master_bedroom_humidity
- sensor.master_bedroom_luminance
- sensor.master_bedroom_motion
- sensor.master_bedroom_cube
master_bathroom:
name: Master Bathroom
control: hidden
entities:
- sensor.mstr_bath_temperature
- sensor.mstr_bath_pressure
- sensor.mstr_bath_humidity
laundry_room:
name: Laundry Room
control: hidden
entities:
- switch.laundry_room_light
- binary_sensor.laundry_occupancy
- sensor.laundry_illuminance
- sensor.washing_machine_daily_energy
- sensor.washing_machine_power
- sensor.washing_machine_voltage
- sensor.washing_machine_current
- switch.washing_machine_power
- input_select.washing_machine_status
attic:
name: Attic
control: hidden
entities:
- sensor.attic_temperature
- sensor.attic_humidity
- sensor.attic_pressure
christmas_lights:
name: Christmas Lights
control: hidden
entities:
- switch.outside_christmas_lights
- switch.garland
- switch.christmas_tree
office:
name: Office
control: hidden
entities:
- switch.office_lamp
- sensor.office_motion
- switch.office_closet
- sensor.office_humidity
- sensor.office_temperature
- sensor.office_pressure
- binary_sensor.office_closet_occupancy
- sensor.office_closet_illuminance
homeAssistantServer:
name: Home Assistant Server
entities:
- sensor.ipv4_address_eth0
- sensor.memory_free
- sensor.memory_use
- sensor.disk_use_percent_home
- sensor.last_boot
- sensor.time_online
- sensor.ssl_certificate_expiry
# - type: disk_use_percent
# arg: /home
# - type: memory_use
# - type: memory_free
# - type: ipv4_address
# arg: eth0
# - type: since_last_boot
HVAC:
name: HVAC
entities:
- climate.hallway
- sensor.hallway_thermostat_temperature
- sensor.hallway_thermostat_humidity
- sensor.hallway_thermostat_hvac_state
- sensor.hallway_thermostat_operation_mode
- sensor.hallway_thermostat_target
- binary_sensor.hallway_thermostat_fan
- binary_sensor.hallway_thermostat_online
- binary_sensor.main_squeeze_away
- sensor.main_squeeze_eta
- sensor.main_squeeze_security_state
network:
name: Network
entities:
- sensor.connected_devices
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.joshilles_com
- sensor.myip
sabnzbd:
name: Sabnzbd
entities:
- sensor.media_downloader_disk
- sensor.media_downloader_disk_free
- sensor.media_downloader_left
- sensor.media_downloader_queue
- sensor.media_downloader_speed
- sensor.media_downloader_status
synology:
name: Synology Server
entities:
- sensor.network_down
- sensor.network_up
- sensor.cpu_load_total
- sensor.status_volume_1
- sensor.total_size_volume_1
- sensor.used_space_volume_1
- sensor.volume_used_volume_1
- sensor.temperature_sda
- sensor.temperature_sdb
- sensor.temperature_sdc
battery_levels:
name: Battery Levels
entities:
- sensor.living_room_motion_battery
- sensor.front_door_battery
- sensor.office_motion_battery
- sensor.master_bedroom_motion_battery
- sensor.staircase_multisensor_battery
- sensor.kitchen_window_battery
- sensor.garage_house_door_battery
solar:
name: Solar
entities:
- sun.sun
- sensor.current_ozone_level
- sensor.current_uv_index
- sensor.max_uv_index
- sensor.skin_type_1_safe_exposure_time
- binary_sensor.protection_window
josh:
name: Josh
entities:
- sensor.josh_phone_battery
- device_tracker.josh_pixel3
- device_tracker.joshs_tablet
sam:
name: Samantha
entities:
- device_tracker.sam_iphone
- device_tracker.sams_ipad
device_status:
name: Networked Devices
entities:
- device_tracker.air_purifier
- device_tracker.bed_sensor
- device_tracker.bedroom_echo
- device_tracker.bedroom_gh
- device_tracker.broadlink_rmpro
- device_tracker.christmas_tree
- device_tracker.chromecastultra
- device_tracker.cornice
- device_tracker.dishwasher
- device_tracker.driveway_camera
- device_tracker.electric_blanket
- device_tracker.fire_tablet
- device_tracker.fireplace
- device_tracker.garage_door_opener
- device_tracker.garage_door_shelf
- device_tracker.garage_shelf
- device_tracker.garland
- device_tracker.gh_garage_mini
- device_tracker.gh_home_hub
- device_tracker.hassio
- device_tracker.hd_homerun
- device_tracker.illesds
- device_tracker.josh_phone
- device_tracker.josh_pixel3
- device_tracker.josh_printer
- device_tracker.josh_tablet
- device_tracker.josh_work_laptop
- device_tracker.joshpc
- device_tracker.joshua_josh_pixel3
- device_tracker.kellieiphone
- device_tracker.kevo_bridge
- device_tracker.kitchen_cabinets
- device_tracker.kitchengooglehome
- device_tracker.living_room_echo_dot
- device_tracker.living_room_fan
- device_tracker.living_room_lamp
- device_tracker.living_room_tv
- device_tracker.master_bedroom_fan
- device_tracker.milight_gateway
- device_tracker.mysensors_gateway
- device_tracker.nest
- device_tracker.office_closet
- device_tracker.office_echo_dot
- device_tracker.office_lamp
- device_tracker.outside_christmas_lights
- device_tracker.porch_camera
- device_tracker.refridgerator
- device_tracker.rf_gateway
- device_tracker.router
- device_tracker.samanthasipad
- device_tracker.sams_laptop
- device_tracker.sams_phone
- device_tracker.shield_tv
- device_tracker.washing_machine
- device_tracker.wnr2000v5
- device_tracker.yamaha_reciever