-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdashboard_smartphone.yaml
executable file
·40 lines (40 loc) · 1.22 KB
/
dashboard_smartphone.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
background: var(--background-image)
kiosk_mode:
hide_menubutton: true
hide_overflow: false
decluttering_templates:
notification_template: # This is the name of a template
card:
type: custom:button-card
name: '[[name]]'
size: 50%
show_state: false
show_label: false
layout: icon_name
tap_action:
action: none
hold_action:
action: none
styles:
card:
- --ha-card-background: rgba(0,0,0,0.0)
- box-shadow: none
- height: 10px
name:
- font-size: 18px
- font-family: Helvetica
- justify-self: start
- font-weight: normal
grid:
- grid-template-areas: '"i n"'
- grid-template-columns: 2% 1fr
- grid-template-rows: 1fr
views:
- !include lovelace_smartphone/views/Home.yaml
- !include lovelace_smartphone/views/Lichten.yaml
- !include lovelace_smartphone/views/Beveiliging.yaml
- !include lovelace_smartphone/views/Entertainment.yaml
- !include lovelace_smartphone/views/Huishouden.yaml
- !include lovelace_smartphone/views/Klusjes.yaml
- !include lovelace_smartphone/views/Systeem.yaml
- !include lovelace_smartphone/views/Omroep.yaml