-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-lovelace.yaml
359 lines (351 loc) · 10.9 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
title: Home
resources:
- url: /local/plugins/custom-lovelace/group-card/group-card.js
type: js
- url: /local/plugins/lovelace-card-tools/card-tools.js
type: js
- url: /local/plugins/lovelace-layout-card/layout-card.js
type: js
- url: /local/plugins/custom-lovelace/monster-card/monster-card.js
type: js
- url: /local/plugins/lovelace-fold-entity-row/fold-entity-row.js
type: js
- url: /local/github/custom-cards/tracker-card.js?track=true
type: module
views:
- title: Home
icon: 'mdi:home'
path: home
cards:
- type: glance
title: House Members
show_header_toggle: false
entities:
- entity: person.alex
- entity: person.mads
- type: glance
title: Lights
columns: 4
entities:
- entity: group.lights
name: All Lights
tap_action:
action: toggle
- entity: light.living_room
name: Living Room
tap_action:
action: toggle
- entity: light.dining_room
name: Dining Room
tap_action:
action: toggle
- entity: light.kitchen
name: Kitchen
tap_action:
action: toggle
- entity: light.bathroom
name: Bathroom
tap_action:
action: toggle
- entity: light.bedroom
name: Bedroom
tap_action:
action: toggle
- entity: light.office
name: Office
tap_action:
action: toggle
- entity: light.hallway
name: Hallway
tap_action:
action: toggle
- type: glance
title: Switch
entities:
- entity: switch.circadian_lighting_circadian_lighting
tap_action:
action: toggle
- entity: switch.bathroom_fan
tap_action:
action: toggle
- entity: switch.cd_player
tap_action:
action: toggle
- entity: switch.bedroom_tv
tap_action:
action: toggle
- type: entity-filter
state_filter:
- 'on'
- playing
- paused
- idle
- standby
card:
type: entities
title: Now Playing
show_header_toggle: false
show_empty: false
entities:
- entity: media_player.living_room_receiver
- entity: media_player.shield_tv
- entity: media_player.kodi
- entity: media_player.playstation_4
- entity: media_player.living_room_tv
icon: 'mdi:cast'
- entity: media_player.living_room_audio
icon: 'mdi:cast'
- entity: switch.cd_player
- entity: media_player.kitchen_display
- entity: media_player.bathroom_mini
- entity: media_player.bedroom_display
- entity: media_player.bedroom_tv
- entity: media_player.office_mini
- entity: media_player.back_rooms
name: Back Rooms Cast Group
- entity: media_player.front_of_house
name: Front of House Cast Group
- entity: media_player.back_of_house
name: Back of House Cast Group
- entity: media_player.whole_house
name: Whole House Cast Group
- type: custom:monster-card
show_empty: false
card:
type: entities
title: Current Alarm/Timers
show_header_toggle: false
filter:
include:
- entity_id: sensor.kitchen_display_timer
- entity_id: sensor.bathroom_mini_timer
- entity_id: sensor.bedroom_display_timer
- entity_id: sensor.office_mini_timer
- entity_id: sensor.kitchen_display_alarm
- entity_id: sensor.bathroom_mini_alarm
- entity_id: sensor.bedroom_display_alarm
- entity_id: sensor.office_mini_alarm
exclude:
- state: "unavailable"
- type: weather-forecast
entity: weather.openweathermap
- title: Lights
icon: 'mdi:lightbulb'
path: lights
cards:
- type: entities
show_header_toggle: false
entities:
- type: custom:fold-entity-row
head: light.living_room
items:
- entity: light.living_room_north_lamp
- entity: light.living_room_south_lamp
- type: custom:fold-entity-row
head: light.living_room_tv
items:
- entity: light.living_room_tv_left
- entity: light.living_room_tv_right
#- type: entities
# show_header_toggle: false
# entities:
# - type: custom:fold-entity-row
# head: light.dining_room
# items:
- type: entities
show_header_toggle: false
entities:
- type: custom:fold-entity-row
head: light.kitchen
items:
- entity: light.kitchen_light_n
- entity: light.kitchen_light_s
- type: entities
show_header_toggle: false
entities:
- type: custom:fold-entity-row
head: light.bathroom
items:
- entity: light.bathroom_light_a
- entity: light.bathroom_light_b
- entity: light.bathroom_light_c
- entity: light.bathroom_light_d
- type: entities
show_header_toggle: false
entities:
- type: custom:fold-entity-row
head: light.bedroom
items:
- entity: light.bedroom_lamp
- entity: light.alex_s_lamp
- entity: light.mads_lamp
- type: entities
show_header_toggle: false
entities:
- type: custom:fold-entity-row
head: light.office
items:
- entity: light.office_lamp
- entity: light.guest_bed_lamp
- type: entities
show_header_toggle: false
entities:
- entity: light.hallway_light
- title: Media
icon: 'mdi:play-pause'
path: media
cards:
- type: entities
entities:
- entity: media_player.living_room_receiver
- entity: media_player.shield_tv
- entity: media_player.kodi
- entity: media_player.playstation_4
- entity: media_player.living_room_tv
- entity: media_player.living_room_audio
- entity: switch.cd_player
- type: entities
entities:
- entity: media_player.kitchen_display
- type: entities
entities:
- entity: media_player.bathroom_mini
- type: entities
entities:
- entity: media_player.bedroom_display
- entity: media_player.bedroom_tv
- entity: media_player.bedroom
name: Bedroom Cast Group
- type: entities
entities:
- entity: media_player.office_mini
- type: entities
entities:
- entity: media_player.back_rooms
name: Back Rooms Cast Group
- entity: media_player.front_of_house
name: Front of House Cast Group
- entity: media_player.back_of_house
name: Back of House Cast Group
- entity: media_player.whole_house
name: Whole House Cast Group
- title: People
icon: 'mdi:account-multiple'
path: people
cards:
- type: custom:group-card
group: group.people
card:
type: entity-filter
state_filter:
- 'home'
show_empty: false
card:
type: glance
title: Who's Here?
show_state: false
- title: House Members
type: map
entities:
- entity: person.alex
- entity: person.mads
# Leaving out for now, no guests set up yet
#- type: 'custom:group-card'
# group: group.guests
# card:
# title: Guests
# type: entities
# show_header_toggle: false
- title: Info
icon: 'mdi:information'
path: info
panel: true
cards:
- type: custom:layout-card
column_width: 500
# max_columns: 4
# max_width: 100%
cards:
- type: glance
columns: 4
entities:
- entity: sun.sun
- entity: binary_sensor.front_door_sensor
name: Front Door
- entity: sensor.htc10_battery
- entity: sensor.clark_battery
- type: entities
title: Malden Center
show_header_toggle: false
entities:
- entity: sensor.malden_center_inbound_departure
name: Next Inbound Depature
- entity: sensor.malden_center_outbound_arrival
name: Next Outbound Arrival
- type: entities
title: Timers
show_header_toggle: false
entities:
- entity: sensor.kitchen_display_timer
- entity: sensor.bathroom_mini_timer
- entity: sensor.bedroom_display_timer
- entity: sensor.office_mini_timer
- type: entities
title: Alarms
show_header_toggle: false
entities:
- entity: sensor.kitchen_display_alarm
- entity: sensor.bathroom_mini_alarm
- entity: sensor.bedroom_display_alarm
- entity: sensor.office_mini_alarm
- type: entities
title: Hue Switches
show_header_toggle: false
entities:
- entity: sensor.bathroom_switch
- entity: sensor.bedroom_switch
- entity: sensor.living_room_and_kitchen_switch
- entity: sensor.office_switch
- title: Network
icon: 'mdi:network'
path: net
cards:
- type: entities
title: Z-Wave
show_header_toggle: false
entities:
- entity: zwave.aeotec_zw090_z_stick_gen5_us
- entity: zwave.bathroom_fan
- entity: zwave.front_door_sensor
- type: 'custom:group-card'
group: group.all_devices
card:
type: entities
title: Devices
show_header_toggle: false
- type: history-graph
entities:
- sensor.tplink_archer_c9_dd_wrt_packets_sec_sent
- sensor.tplink_archer_c9_dd_wrt_packets_sent
- sensor.tplink_archer_c9_dd_wrt_kbyte_sec_sent
- sensor.tplink_archer_c9_dd_wrt_bytes_received
- sensor.tplink_archer_c9_dd_wrt_packets_received
- sensor.tplink_archer_c9_dd_wrt_packets_sec_received
- sensor.tplink_archer_c9_dd_wrt_kbyte_sec_received
- sensor.tplink_archer_c9_dd_wrt_bytes_sent
- title: Settings
icon: 'mdi:settings'
path: settings
cards:
- type: 'custom:group-card'
group: group.all_automations
card:
title: Automations
type: entities
- type: 'custom:group-card'
group: group.all_scripts
card:
type: entities
title: Scripts
show_header_toggle: false
- type: custom:tracker-card