-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui-lovelace.yaml.stuff_to_do
479 lines (435 loc) · 13.8 KB
/
ui-lovelace.yaml.stuff_to_do
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
name: Conners Name
title: Conners Title
# Include external resources
resources:
- url: /local/my-custom-card.js
type: js
- url: /local/my-webfont.css
type: css
- url: /local/bignumber-card.js?v=0.0.1
type: js
- url: /local/monster-card.js?v=0.0.1
type: js
- url: /local/gauge-card.js?v=0.0.1
type: js
- url: /local/last-motion-card.js?v=0.0.1
type: js
- url: /local/card-tracker.js?v=0.0.1
type: js
- url: /local/useful-markdown-card.js?v=0.0.1
type: js
# Optional background for all views. Check https://developer.mozilla.org/en-US/docs/Web/CSS/background for more examples.
background: center / cover no-repeat url("/background.png") fixed
# Exclude entities from "Unused entities" view
#excluded_entities:
# - weblink.router
views:
# View tab title.
# - icon: mdi:home-circle
# title: HomeTest
# id: hometest
# background: radial-gradient(crimson, skyblue)
# theme: dark-mode
# cards:
# - type: entity-filter
# entities:
# - device_tracker.life360_chris_conner
# - device_tracker.life360_vicky_conner
# state_filter:
# - 'home'
# card:
# type: glance
# title: People that are home
#
# # The picture entity card will represent an entity with a picture
# - type: picture-entity
# image: https://www.home-assistant.io/images/default-social.png
# entity: light.bedroom_light
# - icon: mdi:home-assistant
# title: Second view
# id: secondview
# cards:
# - type: entities
# title: Example
# entities:
# - light.kitchen_light
# - light.living_room_lamp
# - light.bathroom_light
# - entity: light.living_room_light
# name: LR Lights
#
# - type: markdown
# title: Lovelace
# content: >
# Welcome to your **Lovelace UI**.
- icon: mdi:home
title: Home
id: home
cards:
- type: entity-filter
entities:
- device_tracker.life360_chris_conner
- device_tracker.life360_vicky_conner
state_filter:
- 'home'
card:
type: glance
title: People that are home
- type: picture-glance
title: Front Patio
image:
navigation_path: /lovelace/front_patio
camera_image: camera.front_door
entities:
- camera.front_door
- binary_sensor.front_door_camera_person_detected
# - binary_sensor.motion_front_door
- light.entry_light
- binary_sensor.front_door_camera_sound_detected
- type: picture-glance
title: Kitchen
image:
navigation_path: /lovelace/kitchen
camera_image: camera.kitchen
entities:
- camera.office
- binary_sensor.office_camera_motion_detected
- input_select.dishwasher_status
- light.kitchen_light
- climate.kitchen
- type: picture-glance
title: Living Room
image:
navigation_path: /lovelace/living_room
camera_image: camera.living_room
entities:
- camera.living_room
- binary_sensor.living_room_camera_motion_detected
- binary_sensor.living_room_camera_sound_detected
- group.living_room_lights
# - switch.living_room_scentsy_relay
- type: entities
title: Garage
entities:
- cover.garage_mqtt
# - type: entities
# title: Home
# entities:
# - sensor.last_motion
# - sensor.jack_home_to_work
# - sensor.jack_status
# - sensor.lara_status
- type: picture-glance
image: https://images2.roomstogo.com/is/image/roomstogo/br_rm_belmar_black_pan~Belmar-Black-5-Pc-Queen-Bedroom.jpeg?$pdp_gallery_945$
title: Bedroom
navigation_path: /lovelace/bedroom
entities:
- light.bedroom_light
# - type: custom:gauge-card
# title: Outside Temp
# entity: sensor.plant_outdoor_temperature
# min: -5
# max: 35
# severity:
# normal: -5
# green: 15
# red: 25
# - type: weather-forecast
# entity: weather.yahoo_home
# "zones"
# outdoor
# kitchen
# living Room
# front Room
# bedroom
# spare Room
# Circulation areas
# - type: custom:useful-markdown-card
# content: >
# Last motion was detected in the [[ sensor.last_motion.state ]].
# - type: custom:last-motion-card
# title: Last Motion Card
# entity: sensor.last_motion
# - type: glance
# title: Birthdays
# entities:
# - entity: input_label.jack_birthday_days2go
# name: Jack
# - entity: input_label.lara_birthday_days2go
# name: Lara
# - entity: input_label.mollie_birthday_days2go
# name: Mollie
# - entity: input_label.kitten_birthday_days2go
# name: Kittens
# - type: glance
# title: Circulation Lights
# entities:
# - entity: light.hallway_light
# name: Hall
# - entity: light.pantry_lights
# name: Pantry
# - entity: light.bathroom_lights
# name: Bath
# - type: entities
# title: Downstairs Thermostat
# entities:
# - climate.downstairs_thermostat
# # - type: media-control
# # entity: media_player.shed_speaker
- type: entities
title: Downstairs Thermostat
show_header_toggle: true
entities:
- binary_sensor.home_away
- binary_sensor.downstairs_thermostat_fan
- binary_sensor.downstairs_thermostat_has_leaf
- binary_sensor.downstairs_thermostat_is_locked
- binary_sensor.downstairs_thermostat_is_using_emergency_heat
- binary_sensor.downstairs_thermostat_online
- sensor.downstairs_thermostat_humidity
- sensor.downstairs_thermostat_hvac_state
- sensor.downstairs_thermostat_operation_mode
- sensor.downstairs_thermostat_target
- sensor.downstairs_thermostat_temperature
- climate.downstairs_thermostat
- type: entities
title: Downstairs Thermostat Set
show_header_toggle: true
entities:
- climate.downstairs_thermostat
- type: picture-elements
image: /local/vacuum_card.jpg
elements:
- type: icon
icon: mdi:bell-ring
tap_action: call-service
entity: vacuum.downstairs_vacuum
service: vacuum.locate
style:
top: 80%
left: 80%
"--paper-item-icon-color": rgb(115, 122, 130)
- type: icon
tap_action: call-service
icon: mdi:home
entity: vacuum.downstairs_vacuum
service: vacuum.return_to_base
style:
top: 80%
left: 60%
"--paper-item-icon-color": rgb(115, 122, 130)
- type: icon
icon: mdi:play-pause
tap_action: call-service
entity: vacuum.downstairs_vacuum
service: vacuum.start_pause
style:
top: 80%
left: 40%
"--paper-item-icon-color": rgb(115, 122, 130)
- type: icon
icon: mdi:stop
tap_action: call-service
entity: vacuum.downstairs_vacuum
service: vacuum.stop
style:
top: 80%
left: 20%
"--paper-item-icon-color": rgb(115, 122, 130)
- type: state-label
entity: sensor.downstairs_vacuum_status
style:
top: 10%
left: 5%
# color: rgb(255, 255, 255)
# transform: translate(0%,-50%)
# pointer-events: none
# text-shadow: 1px 1px black
# font-family: Trebuchet MS
# font-size: 90%
# font-weight: bold
# border-left-style: solid
# border-color: rgb(34, 154, 210)
# background-color: rgb(54, 65, 78)
# opacity: 0.8
- type: state-label
entity: sensor.downstairs_vacuum_battery
style:
top: 10%
right: 5%
# color: rgb(255, 255, 255)
# transform: translate(0%,-50%)
# pointer-events: none
# text-shadow: 1px 1px black
# font-family: Trebuchet MS
# font-size: 90%
# font-weight: bold
# border-right-style: solid
# border-color: rgb(34, 154, 210)
# background-color: rgb(54, 65, 78)
# opacity: 0.8
#- icon: mdi:pot-mix
# title: Kitchen
# id: kitchen
# cards:
# - type: vertical-stack
# cards:
# - type: picture-entity
# title: Kitchen Camera
# entity: camera.kitchen
# camera-image: camera.kitchen
# show_info: false
# - type: entities
# title: Motion
# entities:
# - binary_sensor.motion_kitchen
# - type: media-control
# entity: media_player.kitchen_speaker
# - type: entities
# title: Dishwasher
# entities:
# - input_select.dishwasher_status
# - type: picture
# image: https://images.pexels.com/photos/235975/pexels-photo-235975.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# navigation_path: /lovelace/home/
#- icon: mdi:sofa
# title: Living Room
# id: living_room
# cards:
# - type: vertical-stack
# cards:
# - type: picture-entity
# title: Living Room Camera
# entity: camera.living_room
# camera-image: camera.living_room
# show_info: false
# - type: entities
# title: Motion
# entities:
# - binary_sensor.motion_under_stairs_cupboard
# - binary_sensor.motion_living_room
# - type: entities
# title: Lights
# entities:
# - light.living_room_lamp
# - light.living_room_main_light
# - light.living_room_side_lights
# - type: glance
# title: Living Room
# entities:
# - switch.living_room_scentsy_relay
# - type: media-control
# entity: media_player.living_room_speaker
# - type: media-control
# entity: media_player.living_room_fire_tv
# - type: media-control
# entity: media_player.living_room_tv
# - type: picture
# image: https://images.pexels.com/photos/235975/pexels-photo-235975.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# navigation_path: /lovelace/home/
#- icon: mdi:television
# title: Front Room
# id: front_room
# cards:
# - type: vertical-stack
# cards:
# - type: picture-entity
# title: Front Room Camera
# entity: camera.front_room
# camera-image: camera.front_room
# show_info: false
# - type: entities
# title: Motion
# entities:
# - binary_sensor.motion_front_room
# - type: media-control
# entity: media_player.front_room_speaker
# # - type: media-control
# # entity: media_player.front_room_tv
# - type: entities
# title: Lights
# entities:
# - light.front_room_main_light
# - type: picture
# image: https://images.pexels.com/photos/235975/pexels-photo-235975.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# navigation_path: /lovelace/home/
#- icon: mdi:hotel
# title: Bedroom
# id: bedroom
# cards:
# - type: media-control
# entity: media_player.bedroom_fire_tv
# - type: media-control
# entity: media_player.bedroom_tv
# - type: media-control
# entity: media_player.bedroom_speaker
# - type: entities
# title: Bedroom
# entities:
# - light.bedroom_main_light
# - light.jack_bedside_light
# - light.lara_bedside_light
# - binary_sensor.motion_bedroom
# - switch.power_bedroom_humidifier
# - switch.scentsy_bedroom
# - type: entities
# title: Bedisde Lights
# entities:
# - light.jack_bedside_light
# - light.lara_bedside_light
# - type: entities
# title: Dressing Room
# entities:
# - light.dressing_room
# - binary_sensor.motion_dressing_room
# - type: picture
# image: https://images.pexels.com/photos/235975/pexels-photo-235975.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# navigation_path: /lovelace/home/
#- icon: mdi:settings
# title: Settings
# id: settings
# cards:
#
# - type: custom:card-tracker
# entity: sensor.custom_card_tracker
#
# - type: custom:monster-card
# card:
# type: entities
# title: Battery Status
# filter:
# include:
# - attributes:
# device_class: battery
# exclude:
# - entity_id: "sensor.battery_presence_sensor_lara_car"
# - type: custom:monster-card
# card:
# type: entities
# title: Motion Sensor Status
# filter:
# include:
# - attributes:
# device_class: motion
# - type: custom:monster-card
# card:
# type: entities
# title: Door and Window Status
# filter:
# include:
# - attributes:
# device_class: window
# - attributes:
# device_class: door
# - type: custom:monster-card
# card:
# type: entities
# title: Things that are broken
# filter:
# include:
# - state: "unknown"
# exclude:
# - entity_id: group.*
# - type: picture
# image: https://images.pexels.com/photos/235975/pexels-photo-235975.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# navigation_path: /lovelace/home/