-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.yaml
191 lines (189 loc) · 5.33 KB
/
home.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
# lovelace_gen
kiosk_mode: !include components/kiosk_mode.yaml
button_card_templates: !include_dir_merge_named components/button_card_templates
decluttering_templates: !include_dir_merge_named components/decluttering_templates
title: Home
# views: !include views.yaml
views:
- theme: Backend-selected
title: Home
path: home
icon: mdi:home
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Home
- !include components/panels/home.yaml
- theme: Backend-selected
icon: mdi:lamp
path: lights
title: Lights
layout:
max_width: 1500
type: custom:masonry-layout
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Lights
- !include components/panels/lights.yaml
- theme: Backend-selected
icon: mdi:cctv
path: cameras_1
type: custom:masonry-layout
layout:
max_width: 1500
title: Frontyard
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Frontyard
- !include
- components/panels/cameras.yaml
- cameras:
- name: Upper Driveway
entity_id: camera.upper_driveway
- name: Driveway
entity_id: camera.driveway
- name: Lower Entrance
entity_id: camera.lower_entrance
- name: Mail Slot
entity_id: camera.mail_slot
- name: Front Door
entity_id: camera.front_door
- name: Doorbell
entity_id: camera.doorbell
- theme: Backend-selected
icon: mdi:cctv
path: cameras_2
title: 'Backyard'
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Backyard
- !include
- components/panels/cameras.yaml
- cameras:
- name: Balcony Left
entity_id: camera.balcony_left
- name: Balcony Center
entity_id: camera.balcony_center
- name: Patio Left
entity_id: camera.patio_left
- name: Patio Right
entity_id: camera.patio_right
- name: Garage 1
entity_id: camera.garage_1
- name: Garage 2
entity_id: camera.garage_2
- theme: Backend-selected
icon: mdi:robot-vacuum
panel: false
path: vacuums
title: Vacuums
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Vacuums
- !include components/panels/vacuums.yaml
- theme: Backend-selected
title: Power
path: power
icon: mdi:home-battery
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Power
- !include components/panels/power.yaml
- theme: Backend-selected
title: Music
path: music
icon: mdi:music
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: Music
- !include components/panels/music.yaml
- theme: Backend-selected
icon: mdi:remote
title: TV Remote
path: remote
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: TV Remote
- !include components/panels/tv_remote_living_room.yaml
- theme: Backend-selected
icon: mdi:remote
title: Master Bedroom TV Remote
path: remote_2
type: custom:masonry-layout
layout:
max_width: 1500
badges: []
cards:
- type: custom:decluttering-card
template: sidebar_layout_card
variables:
- cards:
- !include
- components/panels/sidebar.yaml
- active: None
- !include components/panels/tv_remote_master_bedroom.yaml