-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathui-lovelace.yaml
762 lines (759 loc) · 23.7 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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
resources:
- url: /local/custom-cards/card-tools.js
type: module
- url: /local/custom-cards/popup-card.js
type: module
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/calendar-card/calendar-card.js
type: module
- url: /hacsfiles/custom-header/custom-header.js
type: module
- url: /hacsfiles/group-card/group-card.js
type: module
- url: /hacsfiles/light-entity-card/light-entity-card.js
type: module
- url: /hacsfiles/light-entity-row/light-entity-row.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/lovelace-card-templater/lovelace-card-templater.js
type: module
- url: /hacsfiles/lovelace-dummy-entity-row/dummy-entity-row.js
type: module
- url: /hacsfiles/lovelace-gui-sandbox/gui-sandbox.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js
type: module
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
type: module
- url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
type: module
- url: /hacsfiles/rgb-light-card/card.js
type: module
- url: /hacsfiles/simple-thermostat/simple-thermostat.js
type: module
- url: /hacsfiles/swipe-card/swipe-card.js
type: module
swipe_nav:
wrap: true
animate: swipe
prevent_default: false
swipe_amount: 15
custom_header:
background: var(--app-header-background-color)
elements_color: var(--app-header-text-color)
active_tab_color: var(--state-icon-active-color)
tab_indicator_color: var(--state-icon-active-color)
restrict_users: true
hide_help: true
default_tab: home
show_tabs: 'home, lights, switches, cameras, presence_view, pool'
exceptions:
- conditions:
user_agent: Mobile
config:
hide_config: true
default_tab: home-mobile
show_tabs: 'home-mobile, lights, switches, cameras, pool'
- conditions:
user: "Kitchen Tablet"
config:
disable_sidebar: true
footer_mode: true
compact_mode: true
options_hide: true
default_tab: home
show_tabs: 'home, lights, switches, cameras, kitchen_map, kitchen_thermostat'
title: The Nutty Home
views:
- path: home-mobile
title: Home
icon: 'mdi:home'
cards:
- type: horizontal-stack
cards:
- type: 'custom:button-card'
entity: cover.main_garage_door
name: Main
tap_action:
action: call-service
service: cover.toggle
service_data:
entity_id: cover.main_garage_door
- type: 'custom:button-card'
entity: switch.fountain
- type: 'custom:button-card'
entity: switch.fire_pit
- type: 'custom:button-card'
entity: switch.pool_pump
icon: 'mdi:waves'
- type: custom:auto-entities
card:
title: What's On/Open
type: entities
show_header_toggle: false
show_empty: true
sort:
method: last_changed
reverse: true
filter:
include:
- domain: light
options:
type: custom:slider-entity-row
toggle: true
secondary_info: last-changed
- domain: switch
options:
secondary_info: last-changed
- domain: fan
options:
secondary_info: last-changed
- domain: cover
options:
secondary_info: last-changed
exclude:
- attributes:
hidden: true
- attributes:
type: browser_mod
- state: "off"
- state: "closed"
- state: "unavailable"
- entity_id: "*_2"
- entity_id: "*_do_not_disturb_switch"
- entity_id: "*_repeat_switch"
- entity_id: "*_shuffle_switch"
- entity_id: "*_bathroom_fan"
- entity_id: "*.always_on"
- entity_id: "*.always_off"
- entity_id: switch.pool_pump_new
- entity_id: switch.pool_cleaner_new
- entity_id: switch.pool_heater_new
- entity_id: switch.pool_fill_valve
- entity_id: switch.pool_drain_valve
- entity_id: light.patio_lights
- entity_id: switch.smartthings_patio_lights_outlet
- entity_id: light.dimmer_in_family_room
- entity_id: switch.pool_heater
- entity_id: switch.pool_pump
- entity_id: switch.pool_cleaner
- entity_id: switch.coffee_maker_bold_setting
- entity_id: switch.neato_schedule
- entity_id: switch.pi_hole
- path: home
title: Home
icon: 'mdi:home'
panel: true
cards:
- type: custom:layout-card
layout: vertical
cards:
- name: Weather
type: weather-forecast
entity: weather.dark_sky
- title: Family Calendar
type: 'custom:calendar-card'
entities:
- calendar.family
- calendar.troop_479
startFromToday: true
numberOfDays: 30
showLocation: false
showLocationIcon: true
highlightToday: true
hidePastEvents: true
timeFormat: h:mm a
- break
- type: custom:auto-entities
card:
title: What's On/Open
type: entities
show_header_toggle: false
show_empty: true
sort:
method: last_changed
reverse: true
filter:
include:
- domain: light
options:
type: custom:slider-entity-row
toggle: true
secondary_info: last-changed
- domain: switch
options:
secondary_info: last-changed
- domain: fan
options:
secondary_info: last-changed
- domain: cover
options:
secondary_info: last-changed
exclude:
- attributes:
hidden: true
- attributes:
type: browser_mod
- state: "off"
- state: "closed"
- state: "unavailable"
- entity_id: "*_2"
- entity_id: "*_do_not_disturb_switch"
- entity_id: "*_repeat_switch"
- entity_id: "*_shuffle_switch"
- entity_id: "*_bathroom_fan"
- entity_id: "*.always_on"
- entity_id: "*.always_off"
- entity_id: switch.pool_pump_new
- entity_id: switch.pool_cleaner_new
- entity_id: switch.pool_heater_new
- entity_id: switch.pool_fill_valve
- entity_id: switch.pool_drain_valve
- entity_id: light.patio_lights
- entity_id: switch.smartthings_patio_lights_outlet
- entity_id: light.dimmer_in_family_room
- entity_id: switch.pool_heater
- entity_id: switch.pool_pump
- entity_id: switch.pool_cleaner
- entity_id: switch.coffee_maker_bold_setting
- entity_id: switch.neato_schedule
- entity_id: switch.pi_hole
- path: lights
title: Lights
icon: 'mdi:lightbulb'
panel: false
cards:
- title: Ground Floor
type: entities
entities:
- name: Family Room
type: custom:slider-entity-row
entity: light.family_room_light
toggle: true
- name: Computer
type: custom:slider-entity-row
entity: light.computer_light
toggle: true
- name: Kitchen Table
type: custom:slider-entity-row
entity: light.kitchen_table_light
toggle: true
- name: Kitchen Bar
type: custom:slider-entity-row
entity: light.kitchen_bar_lights
toggle: true
- name: Dining Room
type: custom:slider-entity-row
entity: light.dining_room_light
toggle: true
- name: Living Room
type: custom:slider-entity-row
entity: light.living_room_lights
toggle: true
- title: Upstairs
type: entities
entities:
- name: Master Bath
type: custom:slider-entity-row
entity: light.master_bathroom_lights
toggle: true
- name: Mayson's Room
type: custom:slider-entity-row
entity: light.maysons
toggle: true
- name: Bathroom Main
type: custom:slider-entity-row
entity: light.upstairs_bathroom_main
toggle: true
- name: Bathroom Vanity
type: custom:slider-entity-row
entity: light.upstairs_bathroom_vanity
toggle: true
- name: Guest Room
type: custom:slider-entity-row
entity: light.guest_bedroom
toggle: true
- name: Office
type: custom:slider-entity-row
entity: light.office_light
toggle: true
- title: Basement
type: entities
entities:
- name: Stairs
type: custom:slider-entity-row
entity: light.basement_stair_lights
toggle: true
- name: TV Area
type: custom:slider-entity-row
entity: light.basement_tv
toggle: true
- name: Main Area
type: custom:slider-entity-row
entity: light.basement
toggle: true
- name: Bar
type: custom:slider-entity-row
entity: light.bar
toggle: true
- name: Pool Table
entity: switch.pool_table_light
- name: Bathroom
entity: light.basement_bathroom_light
- name: Shower
entity: light.basement_shower_light
- title: Outside
type: entities
entities:
- name: Front
entity: switch.front_lights
- name: Deck
type: custom:slider-entity-row
entity: light.deck
toggle: true
- name: Back
type: custom:slider-entity-row
entity: light.back
toggle: true
- name: Gazebo
type: custom:slider-entity-row
entity: light.gazebo
toggle: true
- name: Patio
entity: light.patio_lights
- name: Pool
entity: light.pool_lights
- type: custom:rgb-light-card
entity: light.pool_lights
justify: around
colors:
- icon_color: white
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: white
- icon_color: blue
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: blue
- icon_color: green
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: green
- icon_color: red
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: red
- icon_color: '#ffbf00'
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: amber
- icon_color: magenta
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: magenta
- icon_color: center/90% url('https://ha.nuttytree.dynu.net/local/slow-blink.png')
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: slow change
- icon_color: center/90% url('https://ha.nuttytree.dynu.net/local/fast-blink.png')
type: call-service
service: light.turn_on
service_data:
entity_id: light.pool_lights
effect: fast change
- title: Garage
type: entities
entities:
- name: Garage
entity: switch.garage_lights
- path: switches
title: Switches
icon: 'mdi:apps'
panel: false
cards:
- title: Outside
type: entities
show_header_toggle: false
state_color: true
entities:
- switch.bird_bath
- switch.fountain
- switch.fire_pit
- title: TV's
type: entities
show_header_toggle: false
state_color: true
entities:
- switch.basement_tv
- switch.xbox
- title: Bathrooms
type: entities
show_header_toggle: false
state_color: true
entities:
- fan.master_bathroom_fan
- switch.master_bath_outlet
- switch.upstairs_bathroom_fan
- fan.basement_bathroom_fan
- switch.basement_bathroom_heater
- title: Misc
type: entities
show_header_toggle: false
state_color: true
entities:
- switch.coffee_maker
- switch.coffee_maker_bold_setting
- switch.maysons_fan
- path: cameras
title: Cameras
icon: mdi:cctv
cards:
- type: picture-glance
entities: []
camera_image: camera.gate_camera_mainstream
camera_view: live
- type: picture-glance
entities: []
camera_image: camera.pool_camera_mainstream
camera_view: live
- path: ground-floor
title: Ground Floor
icon: 'mdi:home-floor-g'
cards:
- title: Kitchen
type: entities
entities:
- light.kitchen_table_light
- light.kitchen_bar_lights
- switch.coffee_maker
- switch.coffee_maker_bold_setting
show_header_toggle: false
- title: Family Room
type: entities
entities:
- light.computer_light
- light.family_room_light
- path: upstairs
title: Upstairs
icon: mdi:home-floor-2
cards:
- title: Master Bathroom
type: entities
entities:
- light.master_bath
- light.master_toilet
- switch.master_bathroom_fan
- switch.master_bath_outlet
- sensor.master_bath_humidity
- sensor.master_bath_temperature
- sensor.master_bath_luminance
- binary_sensor.master_bath_motion
- sensor.master_bath_battery
- title: Office
type: entities
entities:
- light.office_light
- title: Upstairs Bathroom
type: entities
entities:
- light.upstairs_bathroom_main
- light.upstairs_bathroom_vanity
- switch.upstairs_bathroom_fan
- sensor.upstairs_bathroom_humidity
- sensor.upstairs_bathroom_temperature
- sensor.upstairs_bathroom_luminance
- binary_sensor.upstairs_bathroom_motion
- sensor.upstairs_bathroom_battery
- title: Mayson's Bedroom
type: entities
entities:
- light.maysons
- switch.maysons_fan
- binary_sensor.maysons_motion
- sensor.maysons_luminance
- sensor.maysons_battery
- title: Guest Bedroom
type: entities
entities:
- light.guest_bedroom
- path: basement
title: Basement
icon: 'mdi:home-floor-b'
cards:
- entities:
- light.basement_stair_lights
- light.basement_tv
- light.basement
- light.bar
- switch.pool_table_light
- switch.basement_tv
- switch.xbox
title: Basement
type: entities
- path: garage
title: Garage
icon: 'mdi:garage'
cards:
- title: Garage
type: entities
entities:
- switch.garage_lights
- cover.main_garage_door
- title: Garage Fridge
type: entities
show_header_toggle: false
entities:
- sensor.garage_fridge_temp
- sensor.garage_freezer_temp
- sensor.garage_fridge_compressor_temp
- binary_sensor.garage_fridge_heater
- binary_sensor.garage_fridge_compressor_heater
- title: MKX
type: entities
show_header_toggle: false
entities:
- device_tracker.smartstart_90947
- switch.smartstart_90947
- lock.smartstart_90947
- title: G35
type: entities
show_header_toggle: false
entities:
- device_tracker.smartstart_706837
- switch.smartstart_706837
- lock.smartstart_706837
- title: Suburban
type: entities
show_header_toggle: false
entities:
- device_tracker.smartstart_1695751
- switch.smartstart_1695751
- lock.smartstart_1695751
- path: outside
title: Outside
icon: 'mdi:pine-tree'
cards:
- entities:
- switch.front_lights
- light.deck
- light.back
- light.gazebo
- light.patio_lights
- switch.bird_bath
- switch.fountain
- switch.fire_pit
title: Outside
type: entities
- path: pool
icon: mdi:pool
visible: c09c79c3b4094f8cb264952754cf3f78
cards:
- title: Pool
type: entities
show_header_toggle: false
entities:
- entity: input_select.pool_mode
name: Mode
- entity: sensor.pool_pumps_temperature
name: Control
icon: mdi:camera-control
type: custom:multiple-entity-row
show_state: false
entities:
- entity: sensor.pool_pumps_voltage
name: Voltage
- entity: sensor.pool_pumps_temperature
name: Temperature
- entity: switch.pool_pump
name: Pump
type: custom:multiple-entity-row
toggle: true
entities:
- entity: sensor.pool_pump_current
name: Current
- entity: sensor.pool_pump_power
name: Power
- entity: switch.pool_cleaner
name: Cleaner
type: custom:multiple-entity-row
toggle: true
entities:
- entity: sensor.pool_cleaner_current
name: Current
- entity: sensor.pool_cleaner_power
name: Power
- entity: switch.pool_heater
name: Heater
icon: mdi:radiator
- title: Presence
icon: 'mdi:account-switch'
path: presence_view
visible: c09c79c3b4094f8cb264952754cf3f78
cards:
- title: Home
type: entities
show_header_toggle: false
entities:
- binary_sensor.presence_all
- sensor.day_night
- input_boolean.guest_mode
- input_boolean.pool_party_mode
- title: Chris
type: entities
show_header_toggle: false
entities:
- person.chris
- device_tracker.chris_pixel_3
- device_tracker.smartstart_706837
- title: Melissa
type: entities
show_header_toggle: false
entities:
- person.melissa
- device_tracker.melissa_galaxy_s9
- device_tracker.smartstart_90947
- title: Mayson
type: entities
show_header_toggle: false
entities:
- binary_sensor.mayson_in_bed
- title: Chris and Melissa
type: entities
show_header_toggle: false
entities:
- device_tracker.smartstart_1695751
- sensor.master_count
- title: Master Bed
type: entities
show_header_toggle: false
entities:
- binary_sensor.master_bed_all
- binary_sensor.master_bed_someone
- binary_sensor.master_bed_chris
- binary_sensor.master_bed_melissa
- sensor.master_bed_count
- title: Kitchen Tablet Map
icon: 'mdi:map-clock'
panel: true
path: kitchen_map
cards:
- type: custom:layout-card
layout: grid
min_columns: 2
max_columns: 2
cards:
- type: map
aspect_ratio: 16x5
gridcol: 1/3
gridrow: 1
entities:
- person.chris
- person.melissa
- zone.home
- zone.chris_work
- zone.melissa_s_work_office
- zone.melissa_s_work_southdale
- type: custom:auto-entities
card:
title: Chris
type: entities
show_header_toggle: false
gridcol: 1
gridrow: 2
show_empty: true
filter:
include:
- entity_id: sensor.chris_to_home
options:
name: Travel Time to Home
- entity_id: sensor.to_chris_office
options:
name: Travel Time to Work
exclude:
- state: "< 3"
- state: unknown
- type: custom:auto-entities
card:
title: Melissa
type: entities
show_header_toggle: false
gridcol: 2
gridrow: 2
show_empty: true
filter:
include:
- entity_id: sensor.melissa_to_home
options:
name: Travel Time to Home
- entity_id: sensor.to_melissa_s_office
options:
name: Travel Time to Work
- entity_id: sensor.to_melissa_s_southdale_office
options:
name: Travel Time to Work (Southdale)
exclude:
- state: "< 3"
- state: unknown
- title: Kitchen Tablet Thermostats
icon: mdi:thermostat
panel: true
path: kitchen_thermostat
cards:
- type: custom:layout-card
layout: grid
min_columns: 4
max_columns: 4
cards:
- name: Main Floor
type: 'custom:simple-thermostat'
entity: climate.lower
control:
hvac:
off: true
heat: true
cool: true
heat_cool: false
gridcol: 1/3
gridrow: 1
- name: Upstairs
type: 'custom:simple-thermostat'
entity: climate.upper
control:
hvac:
off: true
heat: true
cool: true
heat_cool: false
gridcol: 3/5
gridrow: 1
- name: Basement
type: 'custom:simple-thermostat'
entity: climate.basement
control:
hvac:
off: true
heat: true
cool: true
heat_cool: false
gridcol: 2/4
gridrow: 2