forked from matt8707/hass-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui-lovelace.yaml
executable file
·869 lines (761 loc) · 31.1 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
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
button_card_templates: !include button_card_templates.yaml
##########################################################################
# #
# * LOVELACE * #
# #
##########################################################################
views:
- title: Hemma
panel: true
path: default_view
cards:
- type: picture-elements
image: /local/background.png
theme: tablet
elements:
#################################################
# #
# COVID-19 #
# #
#################################################
- type: custom:hui-element
card_type: markdown
style:
top: 93.65%
left: 70.2%
content: >
{{ state_attr('sensor.covid_19_template', 'render') }}
card_mod:
class: markdown-covid19
style:
.: |
ha-markdown {
padding: 0 !important;
}
ha-markdown:
$: |
ha-markdown-element {
opacity: 0.6;
}
ha-markdown-element > font > ha-icon {
vertical-align: 3%;
opacity: 0.4;
}
##########################################################################
# #
# * SIDEBAR * #
# #
##########################################################################
- type: image
image: local/sidebar.png
style:
top: 49.24%
left: 10.6%
width: 21.5%
pointer-events: none
border-right: 2px solid rgba(58,69,73,0.2)
card_mod:
style:
hui-image$div: |
#brokenImage {
opacity: 0 !important;
}
#################################################
# #
# MARKDOWN #
# #
#################################################
- type: custom:hui-element
card_type: markdown
style:
top: 9%
left: 11.1%
card_mod:
class: markdown-sidebar
style:
.: |
ha-markdown {
padding: 0 !important;
}
ha-markdown:
$: |
:host {
opacity: 0.9;
}
ha-markdown-element > p > span {
font-family: SF Text;
font-size: 5vw;
font-weight: 200;
margin-left: -0.3vw;
letter-spacing: -0.05vw;
}
ha-markdown-element > p > span > span {
position: relative;
top: -.09em;
}
content: >
<span>{{ now().strftime('%H') }}<span>:</span>{{ now().strftime('%M') }}</span>
<font color='#6a7377'><b>{{ states('sensor.sidebar_day') }}</b><br>
<b>{{ states('sensor.sidebar_date') }}</b> </font><br>
<b>{{ states('sensor.sidebar_greeting') }}</b>
<b>{{ states('sensor.sidebar_active') }}</b>
<font color='#6a7377'>
<b>{{ states('sensor.sidebar_vacuum') }}</b>
{{ states('sensor.sidebar_weather') }}
{{ states('sensor.sidebar_skanetrafiken') }}
{{ states('sensor.tvatta_countdown') }}
{{ states('sensor.mathem_countdown') }}
{% if is_state('switch.computer_imac', 'on') and
states('sensor.imac_ip') == states('sensor.public_ip')
or states('sensor.myip') == states('sensor.public_ip') %}
{{'\u26A0\uFE0F'}} Kontrollera VPN-anslutning. {% endif %}
{% if is_state('binary_sensor.plex_availability', 'off') %}
{{'\u26A0\uFE0F'}} Plex är nere...{% endif %}
{% if is_state('binary_sensor.nas_internet_access', 'off') %}
{{'\u26A0\uFE0F'}} Kontrollera NAS internetåtkomst{% endif %}
</font>
#################################################
# #
# LAUNDRY TIMER #
# #
#################################################
- type: conditional
conditions:
- entity: input_boolean.laundry_timer_visibility
state: 'on'
elements:
- type: custom:button-card
entity: timer.laundry
template: laundry
style:
top: 77%
left: 10.7%
#################################################
# #
# VACUUM BUTTON #
# #
#################################################
- type: icon
icon: custom:roborock-vacuum
title: null
style:
top: 87.41%
left: 4.8%
tap_action:
!include popup/sidebar_vacuum.yaml
hold_action:
action: none
#################################################
# #
# INFO BUTTON #
# #
#################################################
- type: icon
icon: mdi:information-outline
title: null
style:
top: 87.41%
left: 10.7%
tap_action:
!include popup/sidebar_information.yaml
hold_action:
action: none
#################################################
# #
# UPDATES BUTTON #
# #
#################################################
- type: icon
icon: mdi:arrow-up-bold-circle-outline
title: null
style:
top: 87.41%
left: 16.55%
tap_action:
!include popup/sidebar_update.yaml
hold_action:
action: call-service
service: homeassistant.update_entity
service_data:
entity_id: sensor.hacs
card_mod:
style: |
:host {
{% if is_state('binary_sensor.sidebar_update_color', 'on') %}
color: rgb(35,78,106) !important;
opacity: 1 !important;
{% endif %}
}
##########################################################################
# #
# * VARDAGSRUM * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: vardagsrum
style:
top: 9.15%
left: 25.4%
#################################################
# #
# BELYSNING #
# #
#################################################
- type: custom:button-card
entity: light.belysning
style:
top: 20.35%
left: 30.31%
width: 10%
template:
- light
- icon_hue
#################################################
# #
# SKRIVBORD #
# #
#################################################
- type: custom:button-card
entity: light.skrivbord
style:
top: 20.35%
left: 41.31%
width: 10%
template:
- light
- icon_shade
#################################################
# #
# TV #
# #
#################################################
- type: custom:button-card
entity: media_player.sony_bravia
triggers_update: input_boolean.sony_bravia
style:
top: 37.9%
left: 30.31%
width: 10%
hold_action:
!include popup/vardagsrum_tv.yaml
template:
- base
- icon_tv
- loader
#################################################
# #
# PLAYSTATION #
# #
#################################################
- type: custom:button-card
entity: switch.playstation_5
triggers_update: input_boolean.playstation_5
hold_action:
!include popup/vardagsrum_playstation.yaml
style:
top: 37.9%
left: 41.31%
width: 10%
template:
- base
- icon_ps5
- loader
##########################################################################
# #
# * STUDIO * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: studio
style:
top: 9.15%
left: 50.2%
#################################################
# #
# DATORLAMPA #
# #
#################################################
- type: custom:button-card
entity: light.datorlampa
style:
top: 20.35%
left: 55.18%
width: 10%
template:
- light
- icon_hue
#################################################
# #
# TAKLAMPOR #
# #
#################################################
- type: custom:button-card
entity: light.taklampor
style:
top: 20.35%
left: 66.14%
width: 10%
template:
- light
- icon_spot
#################################################
# #
# DATOR #
# #
#################################################
- type: custom:button-card
entity: switch.computer_imac
triggers_update:
- input_boolean.computer_imac
- input_boolean.computer_lock
- script.home_leave
style:
top: 37.9%
left: 55.18%
width: 10%
hold_action:
!include popup/studio_dator.yaml
template:
- base
- icon_imac
- loader
- computer_lock
#################################################
# #
# MONITORER #
# #
#################################################
- type: custom:button-card
entity: switch.wemo_monitors
triggers_update: sensor.monitors_volume
style:
top: 37.9%
left: 66.14%
width: 10%
hold_action:
!include popup/studio_monitorer.yaml
template:
- base
- icon_monitors
- circle
variables:
circle_input: >
[[[ return states['sensor.monitors_volume'].state; ]]]
##########################################################################
# #
# * SOVRUM * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: sovrum
style:
top: 9.15%
left: 75.1%
#################################################
# #
# SÄNGLAMPOR #
# #
#################################################
- type: custom:button-card
entity: light.sanglampor
style:
top: 20.35%
left: 80.05%
width: 10%
template:
- light
- icon_lamp
#################################################
# #
# AIR PURIFIER #
# #
#################################################
- type: custom:button-card
entity: fan.air_purifier
triggers_update: input_boolean.air_purifier
style:
top: 20.35%
left: 91.05%
width: 10%
hold_action:
!include popup/sovrum_luftrenare.yaml
template:
- base
- icon_air_purifier
- loader
- circle
variables:
circle_input: >
[[[ return parseInt(entity.attributes.percentage_step); ]]]
#################################################
# #
# FAN #
# #
#################################################
- type: custom:button-card
entity: fan.sovrum_anslut
triggers_update: input_boolean.sovrum_anslut
style:
top: 37.9%
left: 80.05%
width: 10%
hold_action:
!include popup/sovrum_flakt.yaml
template:
- base
- icon_fan
- loader
- circle
variables:
circle_input: >
[[[ return parseInt(entity.attributes.percentage_step); ]]]
#################################################
# #
# TV2 #
# #
#################################################
- type: custom:button-card
entity: media_player.samsung_tv_remote
triggers_update: input_boolean.samsung_tv_remote
style:
top: 37.9%
left: 91.05%
width: 10%
hold_action:
!include popup/sovrum_tv2.yaml
template:
- base
- icon_tv
- loader
##########################################################################
# #
# * MEDIA * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: media
style:
top: 53.4%
left: 25.4%
- type: custom:swipe-card
start_card: 1
parameters:
roundLengths: true
effect: coverflow
speed: 650
spaceBetween: 20
threshold: 7
coverflowEffect:
rotate: 80
depth: 300
style:
top: 56.55%
left: 35.8%
width: 20.97%
height: 1px
cards:
- type: picture-elements
image: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' /%3E"
elements:
#################################################
# #
# RECENTLY DOWNLOADED #
# #
#################################################
- type: conditional
conditions:
- entity: input_select.conditional_media
state: Senast nedladdat
elements:
- type: custom:button-card
entity: sensor.plex_recently_added
tap_action:
action: none
style:
top: 50%
left: 50%
width: 100%
template:
- conditional_media
- recently_downloaded
- icon_plex
#################################################
# #
# APPLE TV VARDAGSRUM #
# #
#################################################
- type: conditional
conditions:
- entity: input_select.conditional_media
state: Vardagsrum
elements:
- type: custom:button-card
entity: media_player.vardagsrum
style:
top: 50%
left: 50%
width: 100%
template:
- conditional_media
- icon_apple_tv
#################################################
# #
# APPLE TV SOVRUM #
# #
#################################################
- type: conditional
conditions:
- entity: input_select.conditional_media
state: Sovrum
elements:
- type: custom:button-card
entity: media_player.sovrum
style:
top: 50%
left: 50%
width: 100%
template:
- conditional_media
- icon_apple_tv
#################################################
# #
# SPOTIFY #
# #
#################################################
- type: conditional
conditions:
- entity: input_select.conditional_media
state: Spotify
elements:
- type: custom:button-card
entity: media_player.spotify
style:
top: 50%
left: 50%
width: 100%
template:
- conditional_media
- icon_spotify
#################################################
# #
# GOOGLE NEST MINI #
# #
#################################################
- type: conditional
conditions:
- entity: input_select.conditional_media
state: Google Nest Mini
elements:
- type: custom:button-card
entity: media_player.google_nest_mini
style:
top: 50%
left: 50%
width: 100%
template:
- conditional_media
- icon_nest_mini
#################################################
# #
# * SMALL MEDIA CONTROLS * #
# #
#################################################
- type: picture-elements
image: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' /%3E"
elements:
- type: custom:button-card
entity: media_player.vardagsrum
style:
top: 23.9%
left: 23.8%
width: 47.7%
template:
- media
- icon_apple_tv
- type: custom:button-card
entity: media_player.sovrum
style:
top: 23.9%
left: 76.2%
width: 47.7%
template:
- media
- icon_apple_tv
- type: custom:button-card
entity: media_player.spotify
name: Spotify
style:
top: 76.2%
left: 23.8%
width: 47.7%
template:
- media
- icon_spotify
- type: custom:button-card
entity: media_player.google_nest_mini
name: Nest Mini
style:
top: 76.2%
left: 76.2%
width: 47.7%
template:
- media
- icon_nest_mini
##########################################################################
# #
# * ÖVRIGT * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: ovrigt
style:
top: 53.4%
left: 50.2%
#################################################
# #
# BADRUM #
# #
#################################################
- type: custom:button-card
entity: light.badrum
style:
top: 64.5%
left: 55.18%
width: 10%
template:
- light
- icon_bathroom
#################################################
# #
# FLÄKT2 #
# #
#################################################
- type: custom:button-card
entity: fan.studio_wemo
style:
top: 64.5%
left: 66.14%
width: 10%
hold_action:
!include popup/studio_flakt.yaml
template:
- base
- icon_fan2
#################################################
# #
# GARDEROB #
# #
#################################################
- type: custom:button-card
entity: light.kladkammare
style:
top: 82.1%
left: 55.18%
width: 10%
template:
- light
- icon_closet
#################################################
# #
# HALL #
# #
#################################################
- type: custom:button-card
entity: light.hall
style:
top: 82.1%
left: 66.14%
width: 10%
template:
- light
- icon_spot
##########################################################################
# #
# * HEMMA * #
# #
##########################################################################
- type: state-label
entity: sensor.placeholder
attribute: hemma
style:
top: 53.4%
left: 75.1%
#################################################
# #
# MATTIAS #
# #
#################################################
- type: custom:button-card
entity: person.mattias
triggers_update: sensor.time
style:
top: 64.5%
left: 80.05%
width: 10%
tap_action:
!include popup/hemma_mattias.yaml
hold_action:
action: none
template: person
#################################################
# #
# SANJA #
# #
#################################################
- type: custom:button-card
entity: person.sanja
triggers_update: sensor.time
style:
top: 64.5%
left: 91.05%
width: 10%
tap_action:
!include popup/hemma_sanja.yaml
hold_action:
action: none
template: person
#################################################
# #
# STÄNG ALLT #
# #
#################################################
- type: custom:button-card
entity: script.home_leave
state_display: Auto
style:
top: 82.1%
left: 80.05%
width: 10%
hold_action:
action: none
styles:
card:
- transition: all 0.3s ease-out
template:
- base
- icon_away
#################################################
# #
# HEMMA #
# #
#################################################
- type: custom:button-card
entity: script.home_arrive
state_display: Auto
style:
top: 82.1%
left: 91.05%
width: 10%
hold_action:
action: none
styles:
card:
- transition: all 0.3s ease-out
template:
- base
- icon_home