-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
120 lines (118 loc) · 3.43 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
title: Home Assistant
background: var(--primary-background-color)
views:
- type: custom:grid-layout
icon: mdi:home-assistant
path: home
title: Home
theme: Tablet Dashboard
# background: center / cover no-repeat fixed url('/local/dashboard/bg-phone.png')
popup_cards: !include_dir_merge_named lovelace/popups/home/
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/home/header.yaml
- !include lovelace/partials/home/content.yaml
- type: custom:grid-layout
icon: mdi:lightbulb
path: lights
title: Lights
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/lights/header.yaml
- !include lovelace/partials/lights/content.yaml
- type: custom:grid-layout
icon: mdi:music
path: sonos
title: Sonos
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/sonos/header.yaml
- !include lovelace/partials/sonos/content.yaml
- type: custom:grid-layout
icon: mdi:television
path: home_theater
title: Home Theater
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/home_theater/header.yaml
- !include lovelace/partials/home_theater/content.yaml
- type: custom:grid-layout
icon: mdi:shield-home
path: security
title: Security
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/security/header.yaml
- !include lovelace/partials/security/content.yaml
- type: custom:grid-layout
icon: mdi:heart-pulse
path: health
title: Health
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/health/header.yaml
- !include lovelace/partials/health/content.yaml
- type: custom:grid-layout
icon: mdi:account-cog
path: preferences
title: Preferences
theme: Tablet Dashboard
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
cards:
- !include lovelace/partials/preferences/header.yaml
- !include lovelace/partials/preferences/content.yaml
# Always Hidden ##############################################
- type: custom:grid-layout
path: scenes
title: Scenes
layout:
grid-template-columns: auto
grid-template-rows: auto auto
grid-template-areas: |
"header" "content"
margin: 0
visible: false
cards:
- !include lovelace/partials/scenes/header.yaml
- !include lovelace/partials/scenes/scenes.yaml
button_card_templates: !include_dir_merge_named lovelace/button_card_templates