-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmobile.yaml
More file actions
773 lines (752 loc) · 33.9 KB
/
mobile.yaml
File metadata and controls
773 lines (752 loc) · 33.9 KB
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
#───────────────────────────────────────────────────────────────────────────────
# Description:
#───────────────────────────────────────────────────────────────────────────────
# Dashboard designed for viewing on mobile. Appearance may different on other
# devices and screen resolutions.
# Uses custom popup dialog boxes to display information and control various
# smart home devices.
#
#───────────────────────────────────────────────────────────────────────────────
# Custom components required:
#───────────────────────────────────────────────────────────────────────────────
# Browser-mod: https://github.com/thomasloven/hass-browser_mod
#
# Additional custom cards are used for some of the cards included below
################################################################################
### Custom button card styling templates ###
################################################################################
button_card_templates: !include include/cards/button_card_templates.yaml
views:
##############################################################################
### FRONT PAGE VIEW ###
##############################################################################
# Specify a tab icon if you want the view tab to be an icon.
- icon: mdi:home-outline
title: Home
badges: []
############################################################################
### Popup card configuration for browser_mod custom component ###
############################################################################
popup_cards:
#─────────────────────────────────────────────────────────────────────────
# Last motion and door open events
#─────────────────────────────────────────────────────────────────────────
sensor.last_door_sensor:
title: Seneste hændelser
large: true
card: !include include/cards/event_log.yaml
sensor.last_motion_sensor:
title: Seneste hændelser
large: true
card: !include include/cards/event_log.yaml
cards:
#─────────────────────────────────────────────────────────────────────────
# Mobile header
#─────────────────────────────────────────────────────────────────────────
- !include include/cards/mobile_header.yaml
#─────────────────────────────────────────────────────────────────────────
# Info selection
#─────────────────────────────────────────────────────────────────────────
- !include include/cards/info_select.yaml
#─────────────────────────────────────────────────────────────────────────
# Light scene selection
#─────────────────────────────────────────────────────────────────────────
- !include include/cards/light_scene_selection.yaml
#─────────────────────────────────────────────────────────────────────────
# Room selection
#─────────────────────────────────────────────────────────────────────────
- !include include/cards/room_selection.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Kid's room 1
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Kid's room 1"
card:
type: vertical-stack
cards:
- !include include/cards/camera_feed01.yaml
- !include include/cards/room_kids01.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Kid's room 2
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Kid's room 2's værelse"
card:
type: vertical-stack
cards:
- !include include/cards/camera_feed02.yaml
- !include include/cards/room_kids02.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Kitchen
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Køkken/alrum"
card: !include include/cards/room_kitchen.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Livingroom
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Stue"
card: !include include/cards/room_living.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Office
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Kontor"
card: !include include/cards/room_office.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Master bedroom
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Soveværelse"
card: !include include/cards/room_bed.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Outdoors
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Ude"
card:
type: vertical-stack
cards:
- !include include/cards/room_outside.yaml
#─────────────────────────────────────────────────────────────────────────
# Room: Other rooms
#─────────────────────────────────────────────────────────────────────────
- type: conditional
conditions:
- entity: input_select.room_selection
state: "Øvrige"
card: !include include/cards/room_other.yaml
##############################################################################
# 01 REMOTE CONTROL TAB #
##############################################################################
- icon: mdi:remote
title: Remote
cards:
- !include include/cards/remote_control.yaml
##############################################################################
# 02 SYSTEM STATUS TAB #
##############################################################################
- !include include/views/status.yaml
##############################################################################
# 03 MUSIC TAB #
##############################################################################
- icon: mdi:music
title: Music
visible: false
cards:
- !include include/cards/mobile_music.yaml
##############################################################################
# 04 VACUUM CONTROL TAB #
##############################################################################
- icon: mdi:broom
title: Vacuum
badges: []
cards:
- !include include/cards/vacuum_room_select.yaml
- type: vertical-stack
cards:
- !include include/cards/vacuum_control.yaml
- !include include/cards/vaccum_consumables.yaml
##############################################################################
# 05 OTHER VIEWS #
##############################################################################
- icon: mdi:dots-horizontal
title: Other
badges: []
cards:
### Energy prices
- type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
show_state: true
entity: sensor.elpriser_inkl_afgifter
icon: mdi:tag-outline
color_type: label-card
color: var(--paper-listbox-color)
name: Electricity prices
units: DKK/kWh
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
state:
- justify-self: start
tap_action:
action: navigate
navigation_path: "/mobile-yaml/9"
### Energy usage
- type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
icon: mdi:gauge
color_type: label-card
color: var(--secondary-text-color)
name: Electricity usage
entity: sensor.elpriser_maned_til_dags_dato
show_state: true
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
state:
- justify-self: start
tap_action:
action: navigate
navigation_path: "/mobile-yaml/10"
### Corona statistik
- type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
#icon: mdi:chart-areaspline
icon: mdi:virus
color_type: label-card
#color: var(--primary-color)
color: red
name: Corona-smitte
entity: sensor.corona_greve
show_state: true
units: " "
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
state:
- justify-self: start
tap_action:
action: navigate
navigation_path: "/mobile-yaml/11"
### NFL Games
- type: conditional
conditions:
- entity: sensor.nfl
state: IN
card:
type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
#icon: mdi:chart-areaspline
icon: mdi:football
color_type: label-card
color: "#204E32"
name: |
[[[ return entity.attributes.team_abbr +' vs ' + entity.attributes.opponent_abbr;]]]
entity: sensor.nfl
show_state: true
state_display: |
[[[ return entity.attributes.team_score + ' - ' + entity.attributes.opponent_score + ', Q' + entity.attributes.quarter + ' - ' + entity.attributes.clock;]]]
units: " "
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
state:
- justify-self: start
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: "NFL"
size: fullscreen
content:
type: vertical-stack
cards:
- type: custom:nfl-card
entity: sensor.nfl
### Lawn mower
- type: conditional
conditions:
- entity: sensor.season_dk
state_not: vinter
- entity: sensor.season_dk
state_not: jul
card:
type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
#icon: mdi:chart-areaspline
icon: mdi:robot-mower
color_type: label-card
color: green
name: Plæneklipper
entity: sensor.indego_next_mow_countdown
show_state: true
units: " "
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
state:
- justify-self: start
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: "Robotplæneklipper"
#auto_close: true
size: fullscreen
content:
type: vertical-stack
cards:
- !include include/cards/indego_control.yaml
- type: picture-glance
title: Have
aspect_ratio: "16x9"
camera_image: camera.have
camera_view: live
entities:
- entity: binary_sensor.have_person_detected
name: Person
icon: mdi:walk
- entity: binary_sensor.have_motion
name: Øvrig bevægelse
icon: mdi:motion-outline
# - !include include/cards/camera_feed07.yaml
#- !include indego_map.yaml
### Meater
- type: conditional
conditions:
- entity: sensor.meater_probe_cook_state
state_not: unavailable
card:
type: vertical-stack
cards:
- type: "custom:button-card"
layout: icon_name_state2nd
#icon: mdi:chart-areaspline
icon: mdi:gas-burner
color_type: label-card
color: white
name: Grill
entity: sensor.meater_probe_internal
show_state: true
units: " "
styles:
name:
- font-weight: bold
- color: red
- justify-self: start
icon:
- color: red
state:
- justify-self: start
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: "Grill / stegning"
#auto_close: true
size: fullscreen
content:
type: vertical-stack
cards:
- !include include/cards/meater_grill.yaml
### Juledril
- type: conditional
conditions:
- entity: sensor.season_dk
state: jul
card:
type: vertical-stack
cards:
- type: "custom:button-card"
color_type: label-card
color: darkred
layout: icon_name_state
icon: mdi:pine-tree
name: Juledril
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
tap_action:
action: navigate
navigation_path: "/mobile-yaml/12"
### Indstillinger
- type: vertical-stack
cards:
- type: "custom:button-card"
color_type: label-card
color: var(--primary-color)
layout: icon_name_state
icon: mdi:cog
name: Indstillinger
styles:
name:
- font-weight: bold
- color: white
- justify-self: start
tap_action:
action: navigate
navigation_path: "/mobile-yaml/8"
##############################################################################
# 06 VW INFO VIEW #
##############################################################################
- !include include/views/car_info_mobile.yaml
##############################################################################
# 07 Madplan #
##############################################################################
- icon: mdi:chef-hat
title: Madplan
visible: false
cards:
- type: vertical-stack
cards:
- type: picture-elements
state_filter:
- null
image: /local/assets/blank.png
elements:
### Import icon ###
- type: icon
entity: input_boolean.recipe_import
icon: mdi:import
style:
top: 20px
left: 80%
color: var(--primary-foreground-color)
--mdc-icon-size: 30px
tap_action:
action: call-service
service: input_boolean.toggle
service_data:
entity_id: input_boolean.recipe_import
### Save icon ###
- type: state-icon
entity: input_boolean.recipe_save
icon: mdi:content-save
style:
top: 20px
left: 90%
color: var(--primary-foreground-color)
--mdc-icon-size: 30px
tap_action:
action: call-service
service: input_boolean.toggle
service_data:
entity_id: input_boolean.recipe_save
### Error text ###
- type: state-label
entity: sensor.local_date
style:
top: 50px
left: 10%
- type: vertical-stack
cards:
- type: entity
entity: input_text.madplan_opskrift_link
- type: entity
entity: input_select.madplan_type
- type: entity
entity: input_select.madplan_serveresmed
- type: markdown
content: |
<font color=red>{{ states.input_text.madplan_error.state}}</font>
{% if states.input_text.madplan_error.state=='' -%}
<h2>{{ states.input_text.madplan_opskrift_navn.state}}</h2>
<img src={{states.sensor.madplan_fremgang.attributes.image}}>
<h4>Tilberedningstid: {{ states.sensor.madplan_fremgang.attributes.time}} minutter</h4>
<h4>Fremgangsmåde</h4>
{{ states.sensor.madplan_fremgang.attributes.process}}
{% endif -%}
##############################################################################
# 08 CONFIG VIEW #
##############################################################################
- !include include/views/config.yaml
##############################################################################
# 09 EL-PRISER #
##############################################################################
- icon: mdi:cash
title: Elpriser
visible: false
panel: true
cards:
- type: vertical-stack
cards:
- type: custom:swipe-card
reset_after: 30
cards:
- type: vertical-stack
cards:
- !include include/cards/energy_price_graph.yaml
- !include include/cards/energy_price_info.yaml
- type: "custom:button-card"
color_type: label-card
#color: var(--primary-color)
color: var(--secondary-text-color)
aspect_ratio: 7.5/1
layout: icon_name_state
show_state: false
icon: mdi:sync
name: Hent seneste priser
styles:
name:
#- font-weight: bold
- color: white
- justify-self: start
icon:
#- font-weight: bold
- color: white
- justify-self: start
tap_action:
action: call-service
service: homeassistant.reload_config_entry
target:
service_data:
entity_id:
- sensor.nordpool_kwh_dk2_dkk_3_00_025
- sensor.nordpool_kwh_dk2_dkk_2_10_025
- sensor.elpriser_excl_afgifter
- sensor.elpriser_inkl_afgifter
- type: vertical-stack
cards:
- !include include/cards/energy_predictions_mobile.yaml
- !include include/cards/electricity_price_prediction_table.yaml
- type: vertical-stack
cards:
- !include include/cards/electricity_forward_prices.yaml
#- !include include/cards/ev_charging_month.yaml
##############################################################################
# 10 EL-FORBRUG #
##############################################################################
- icon: mdi:cash
title: Elforbrug
visible: false
cards:
- type: vertical-stack
cards:
- type: custom:swipe-card
reset_after: 30
cards:
# Home-made graphs
- type: vertical-stack
cards:
- !include include/cards/energy_range_selection.yaml
- type: conditional
conditions:
- entity: input_select.energy_range
state: "day"
card:
type: vertical-stack
cards:
- !include include/cards/energy_graph_daily.yaml
- type: conditional
conditions:
- entity: input_select.energy_range
state: "week"
card:
type: vertical-stack
cards:
- !include include/cards/energy_graph_weekly.yaml
- type: conditional
conditions:
- entity: input_select.energy_range
state: "month"
card:
type: vertical-stack
cards:
- !include include/cards/energy_usage.yaml
#- !include include/cards/energy_daily.yaml
- !include include/cards/energy_graph_monthly.yaml
# Standard dashboard components
- type: vertical-stack
cards:
- type: energy-date-selection
- type: energy-usage-graph
- type: energy-sources-table
##############################################################################
# 11 CORONA STATISTIK #
##############################################################################
- !include include/views/corona_stat.yaml
##############################################################################
# 12 CHRISMAS SPECIAL TAB #
##############################################################################
- icon: mdi:pine-tree
title: Juledril
visible: false
badges: []
cards:
- type: vertical-stack
cards:
### Select time ###
- type: horizontal-stack
cards:
- type: entities
entities:
- entity: input_number.countdown_select
name: Antal min.
icon: mdi:timer-sand
### Select action ###
- type: horizontal-stack
cards:
- type: "custom:button-card"
color_type: card
icon: mdi:music
name: "Julemusik"
styles:
card:
- background-color: "rgb(0,0,0)"
- border-radius: 20px
- color: "rgb(255,255,255)"
- border: 5px solid black
entity: input_select.countdown_actions
tap_action:
service: input_select.select_option
action: call-service
service_data:
entity_id: input_select.countdown_actions
option: music
state:
- value: "music"
styles:
card:
- border: 5px solid red
- type: "custom:button-card"
color_type: card
icon: mdi:alarm-light
name: "Blink lys"
styles:
card:
- background-color: "rgb(0,0,0)"
- border-radius: 20px
- color: "rgb(255,255,255)"
- border: 5px solid black
entity: input_select.countdown_actions
tap_action:
service: input_select.select_option
action: call-service
service_data:
entity_id: input_select.countdown_actions
option: blink
state:
- value: "blink"
styles:
card:
- border: 5px solid red
- type: "custom:button-card"
color_type: card
icon: mdi:bell-ring
name: Dørklokke
styles:
card:
- background-color: "rgb(0,0,0)"
- border-radius: 20px
- color: "rgb(255,255,255)"
- border: 5px solid black
entity: input_select.countdown_actions
tap_action:
service: input_select.select_option
action: call-service
service_data:
entity_id: input_select.countdown_actions
option: doorbell
state:
- value: "doorbell"
styles:
card:
- border: 5px solid red
- type: "custom:button-card"
color_type: card
icon: mdi:toilet
name: Toilet
styles:
card:
- background-color: "rgb(0,0,0)"
- border-radius: 20px
- color: "rgb(255,255,255)"
- border: 5px solid black
entity: input_select.countdown_actions
tap_action:
service: input_select.select_option
action: call-service
service_data:
entity_id: input_select.countdown_actions
option: toilet
state:
- value: "toilet"
styles:
card:
- border: 5px solid red
- type: "custom:button-card"
color_type: card
icon: mdi:music-circle
name: "Trommer"
styles:
card:
- background-color: "rgb(0,0,0)"
- border-radius: 20px
- color: "rgb(255,255,255)"
- border: 5px solid black
entity: input_select.countdown_actions
tap_action:
service: input_select.select_option
action: call-service
service_data:
entity_id: input_select.countdown_actions
option: drum
state:
- value: "drum"
styles:
card:
- border: 5px solid red
### Start countdown ####
- type: horizontal-stack
cards:
- type: entities
entities:
- entity: script.start_timer
name: Start nedtælling
icon: mdi:timer-outline
### Show count down ####
- type: horizontal-stack
cards:
- type: conditional
conditions:
- entity: timer.automation_countdown
state: "active"
card:
type: entities
entities:
- entity: timer.automation_countdown
name: Nedtælling
icon: mdi:history
##############################################################################
# 13 Home Surveillance #
##############################################################################
- icon: mdi:camera
title: Overvågning
visible: false
badges: []
cards:
- type: vertical-stack
cards:
- !include include/cards/event_log.yaml
title: " "