This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ui-lovelace.yaml
381 lines (350 loc) · 12 KB
/
ui-lovelace.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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
---
title: The Figenblat Home
views:
###########################################
################ Main View ################
###########################################
- path: main_view
title: Main
badges:
- device_tracker.tomer_traccar
- sensor.tomer_traccar_battery_sensor
- device_tracker.hava_traccar
- sensor.hava_traccar_battery_sensor
cards:
- type: entities
title: Shabbat Times
show_header_toggle: false
entities:
- input_select.select_shabbat_city
- sensor.select_city_shabbat_start_time
- sensor.select_city_shabbat_end_time
- sensor.shabbat_start_notification_status
- type: entity-button
entity: switch.switcher_boiler
- type: entities
title: Sensors
show_header_toggle: false
entities:
- sensor.broadlink_s1c_small_bathroom
- sensor.broadlink_s1c_main_bathroom
- sensor.broadlink_s1c_closet_room
- sensor.broadlink_s1c_shower_motion_sensor
- sensor.broadlink_s1c_service_room
- sensor.broadlink_s1c_key_fob
- sensor.broadlink_s1c_balcony_door
###########################################
############# Living Room View ############
###########################################
- path: living_room_view
title: Living Room
badges:
- sensor.google_wifi_living_room_status
- sensor.living_room_temperature
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- light.tv_lights
- light.living_room_night_light
- switch.living_room_main_light
- switch.living_room_small_light
- switch.balcony_light
- switch.entrance_light
- switch.balcony_light
- type: thermostat
entity: climate.living_room_air_conditioner
- type: conditional
conditions:
- entity: light.tv_lights
state: "on"
card:
type: entities
title: TV Back Led
show_header_toggle: false
entities:
- input_number.tv_led_brightness
- input_number.tv_led_temperature
- input_select.tv_led_color
- input_select.tv_led_theme
###########################################
############## Kitchen View ###############
###########################################
- path: kitchen_view
title: Kitchen
badges:
- sensor.broadlink_s1c_service_room
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- switch.kitchen_main_light
- switch.kitchen_island_light
- switch.kitchen_bar_light
- switch.service_room_light
- switch.main_hallway_light
###########################################
############## Bedroom View ###############
###########################################
- path: bedroom_view
title: Bedroom
badges:
- sensor.google_wifi_bedroom_status
- sensor.bedroom_temperature
- sensor.bedroom_humidity
- sensor.bedroom_pir
- sensor.broadlink_s1c_closet_room
- sensor.broadlink_s1c_shower_motion_sensor
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- switch.closet_room_light
- switch.shower_light
- switch.bedroom_main_light
- switch.small_hallway_light
- type: thermostat
entity: climate.bedroom_air_conditioner
###########################################
############## Nursery View ###############
###########################################
- path: nursery_view
title: Nursery
badges:
- sensor.nursery_broadlink_a1_temperature
- sensor.nursery_broadlink_a1_humidity
- sensor.nursery_broadlink_a1_air_quality
- sensor.nursery_broadlink_a1_light
- sensor.nursery_broadlink_a1_noise
- sensor.wallpanel_nursery_battery
cards:
- type: entities
title: Lights
show_header_toggle: false
entities:
- light.nursery_dresser_light
- input_number.nursery_lightstrip_brightness
- light.nursery_chair_light
- input_number.nursery_bloom_brightness
- light.nursery_main_light
- input_number.nursery_ambiance_color_temperature
- type: thermostat
entity: climate.nursery_air_conditioner
- type: entities
title: Ceiling Fan
show_header_toggle: false
entities:
- script.set_nursery_ceiling_fan_off
- script.set_nursery_ceiling_fan_low
- script.set_nursery_ceiling_fan_medium
- script.set_nursery_ceiling_fan_high
- fan.nursery_ceiling_fan
###########################################
############# Guest Room View #############
###########################################
- path: guest_room_view
title: Guest Room
badges:
- sensor.google_wifi_guest_room_status
- sensor.broadlink_s1c_main_bathroom
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- switch.guest_room_light
- switch.main_bathroom_light
###########################################
############### Office View ###############
###########################################
- path: office_view
title: Office
badges:
- sensor.office_temperature
- sensor.office_humidity
- sensor.office_pir
- sensor.broadlink_s1c_small_bathroom
cards:
- type: entities
title: Lights
show_header_toggle: true
entities:
- switch.office_light
- switch.small_bathroom_light
- type: entities
title: Ceiling Fan
show_header_toggle: false
entities:
- script.set_office_ceiling_fan_off
- script.set_office_ceiling_fan_low
- script.set_office_ceiling_fan_medium
- script.set_office_ceiling_fan_high
- fan.office_ceiling_fan
###########################################
############ Tech Support View ############
###########################################
- path: tech_support_view
title: Tech Support
badges: []
cards:
- type: entities
title: Living Room Access Point
show_header_toggle: false
entities:
- sensor.google_wifi_living_room_status
- sensor.google_wifi_living_room_last_restart
- sensor.google_wifi_living_room_uptime
- sensor.google_wifi_living_room_current_version
- sensor.google_wifi_living_room_new_version
- type: entities
title: Guest Room Access Point
show_header_toggle: false
entities:
- sensor.google_wifi_guest_room_status
- sensor.google_wifi_guest_room_last_restart
- sensor.google_wifi_guest_room_uptime
- sensor.google_wifi_guest_room_current_version
- sensor.google_wifi_guest_room_new_version
- type: entities
title: Bedroom Access Point
show_header_toggle: false
entities:
- sensor.google_wifi_bedroom_status
- sensor.google_wifi_bedroom_last_restart
- sensor.google_wifi_bedroom_uptime
- sensor.google_wifi_bedroom_current_version
- sensor.google_wifi_bedroom_new_version
- type: entities
title: Shabbat Reminder Settings
show_header_toggle: false
entities:
- sensor.shabbat_notify_minutes_start
- cover.shabbat_notify_minutes_start
- input_boolean.send_shabbat_notification_hava
- input_boolean.send_shabbat_notification_tomer
- type: entities
title: Home Assistant Pi
show_header_toggle: false
entities:
- sensor.cpu_temp
- sensor.processor_use
- sensor.db_size
- sensor.db_days_kept
- sensor.last_recorder_status
- sensor.last_boot
- sensor.disk_use_percent_home
- sensor.disk_use_home
- sensor.disk_free_home
- sensor.memory_use_percent
- sensor.memory_use
- sensor.memory_free
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.run_speed_test_last_run
- type: entities
title: Home NAS
show_header_toggle: false
entities:
- sensor.homenas_status
- sensor.qnap_homenas_uptime
- sensor.homenas_system_temperature
- sensor.homenas_cpu_usage
- sensor.homenas_cpu_temperature
- sensor.homenas_memory_usage
- sensor.homenas_memory_available
- sensor.homenas_memory_used
- sensor.homenas_network_link_eth0
- sensor.homenas_network_down_eth0
- sensor.homenas_network_up_eth0
- sensor.homenas_smart_status_drive_0_1
- sensor.homenas_temperature_drive_0_1
- sensor.homenas_volume_used_datavol1
- sensor.homenas_free_space_datavol1
- sensor.homenas_used_space_datavol1
- type: entities
title: Qbittorrent
show_header_toggle: false
entities:
- sensor.qbittorrent_client_status
- sensor.qbittorrent_client_down_speed
- sensor.qbittorrent_client_up_speed
- type: entities
title: Activate Operaions
show_header_toggle: false
entities:
- input_select.select_log_level
- script.run_speed_test
- script.check_last_recorder_session
- script.ring_the_doorbell
- type: entities
title: Personal Assistants
show_header_toggle: false
entities:
- sensor.kitchen_echo_one_nmap_tracker
- sensor.living_room_dot_nmap_tracker
- sensor.bedroom_echo_nmap_tracker
- sensor.office_dot_nmap_tracker
- sensor.nursery_dot_nmap_tracker
- sensor.dash_wand_nmap_tracker
- sensor.living_room_ghome_mini_nmap_tracker
- type: entities
title: Remotes
show_header_toggle: false
entities:
- sensor.living_room_rm_pro_nmap_tracker
- sensor.bedroom_rm_mini_nmap_tracker
- sensor.office_rm_mini_nmap_tracker
- sensor.living_room_harmony_hub_nmap_tracker
- type: entities
title: Yes STB's
show_header_toggle: false
entities:
- sensor.living_room_yes_nmap_tracker
- sensor.bedroom_yes_nmap_tracker
- sensor.guest_room_yes_nmap_tracker
- type: entities
title: DIY Stuff
show_header_toggle: false
entities:
- sensor.hallway_rf_gw_nmap_tracker
- sensor.office_msensor_nmap_tracker
- sensor.bedroom_msensor_nmap_tracker
- type: entities
title: 'Computers, Streamers & Consoles'
show_header_toggle: false
entities:
- sensor.home_workstation_nmap_tracker
- sensor.shield_console_nmap_tracker
- sensor.office_chromecast_nmap_tracker
- sensor.tomers_laptop_nmap_tracker
- sensor.havas_laptop_nmap_tracker
- sensor.nursery_fire_8_tablet_nmap_tracker
- sensor.kitchen_fire_8_tablet_nmap_tracker
- type: entities
title: Phones
show_header_toggle: false
entities:
- sensor.tomers_phone_nmap_tracker
- sensor.havas_phone_nmap_tracker
- type: entities
title: Lights
show_header_toggle: false
entities:
- sensor.kitchen_bar_sp2_nmap_tracker
- sensor.tv_lifxz_led_nmap_tracker
- sensor.service_room_s1c_nmap_tracker
- sensor.hue_bridge_nmap_tracker
- type: entities
title: Various Devices
show_header_toggle: false
entities:
- sensor.switcher_v2_nmap_tracker
- sensor.office_netgear_hub5_nmap_tracker
- sensor.nursery_broadlink_a1_nmap_tracker
- sensor.living_room_samsung_tv_nmap_tracker
- sensor.tomerfu
- sensor.home_workstation_uptime_human