forked from robwolff3/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui-lovelace.yaml
executable file
·417 lines (384 loc) · 12.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
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
#################################################################
## Home Assistant
resources:
- url: /local/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /local/custom-lovelace/alarm_control_panel-card/alarm_control_panel-card.js
type: module
- url: /local/mini-media-player/mini-media-player.js?v=0.8.3
type: module
- url: /local/button-card.js
type: module
- url: /local/custom_ui/weather-card.js
type: js
title: Home Assistant
views:
#################################################################
## Home
- title: Home
id: home
cards:
- type: entities
title: Lights
show_header_toggle: false
entities:
- entity: light.livingroom_light_level
name: Living Room
icon: mdi:sofa
type: custom:slider-entity-row
hide_toggle: true
- entity: light.kitchen_light_level
name: Kitchen
icon: mdi:fridge
type: custom:slider-entity-row
hide_toggle: true
- entity: light.diningroom_light_level
name: Dining Room
icon: mdi:silverware-variant
type: custom:slider-entity-row
hide_toggle: true
- entity: light.bedroom_light_level
name: Bedroom
icon: mdi:hotel
type: custom:slider-entity-row
hide_toggle: true
- entity: light.bathroom_light_level
name: Bathroom
icon: mdi:water-pump
type: custom:slider-entity-row
hide_toggle: true
- entity: light.hallway_light_level
name: Hallway
icon: mdi:ceiling-light
type: custom:slider-entity-row
hide_toggle: true
- entity: light.nightstand1
name: !secret user2ns
icon: mdi:lamp
type: custom:slider-entity-row
hide_toggle: true
- entity: light.nightstand2
name: !secret user1ns
icon: mdi:lamp
type: custom:slider-entity-row
hide_toggle: true
- type: entities
title: Things
show_header_toggle: false
entities:
- entity: input_select.scene_selector
name: Scenes
icon: mdi:creation
- entity: switch.bedroom_outlet_switch_3
name: Bedroom Fan
icon: mdi:fan
- entity: switch.kitchen_outlet_switch
name: Espresso Machine
icon: mdi:coffee
- entity: sensor.dishwasher_status
name: Dishwasher
icon: mdi:washing-machine
- entity: vacuum.roomba
name: Roomba
icon: mdi:robot-vacuum-variant
- entity: climate.dining_room
name: Nest
- entity: media_player.viziotv
type: "custom:mini-media-player"
name: Vizio TV
icon: mdi:monitor
show_source: small
hide_controls: true
hide_mute: true
volume_stateless: true
power_color: true
group: true
- entity: media_player.nadc338
type: "custom:mini-media-player"
name: NAD Stereo
icon: mdi:speaker
show_source: small
hide_controls: true
hide_mute: true
volume_stateless: true
power_color: true
group: true
- type: vertical-stack
cards:
- type: entities
title: Playlist Control
entities:
- entity: input_select.playlist_content
name: 'Content:'
icon: mdi:playlist-play
- entity: input_select.playlist_source
name: 'Source:'
icon: mdi:speaker-wireless
- type: horizontal-stack
cards:
- type: "custom:button-card"
color_type: blank-card
- type: "custom:button-card"
color_type: card
color: '#9a9fa8'
size: 19px
icon: mdi:play
action: service
service:
domain: script
action: turn_on
data:
entity_id: script.playlist_action
- type: "custom:button-card"
color_type: card
color: '#9a9fa8'
size: 19px
icon: mdi:stop
action: service
service:
domain: script
action: turn_on
data:
entity_id: script.playlist_stop
- type: "custom:button-card"
color_type: card
color: '#9a9fa8'
size: 19px
icon: mdi:volume-medium
action: service
service:
domain: script
action: turn_on
data:
entity_id: script.playlist_voldown
- type: "custom:button-card"
color_type: card
color: '#9a9fa8'
size: 19px
icon: mdi:volume-high
action: service
service:
domain: script
action: turn_on
data:
entity_id: script.playlist_volup
- type: "custom:button-card"
color_type: blank-card
- type: conditional
conditions:
- entity: media_player.living_room
state_not: "off"
card:
type: custom:mini-media-player
entity: media_player.living_room
name: Living Room
artwork: cover
short_info: true
power_color: true
show_progress: true
hide_mute: true
volume_stateless: true
- type: conditional
conditions:
- entity: media_player.kitchen_stereo
state_not: "off"
card:
type: custom:mini-media-player
entity: media_player.kitchen_stereo
name: Kitchen Stereo
artwork: cover
short_info: true
power_color: true
show_progress: true
hide_mute: true
volume_stateless: true
- type: conditional
conditions:
- entity: media_player.bedroom_speaker
state_not: "off"
card:
type: custom:mini-media-player
entity: media_player.bedroom_speaker
name: Bedroom Speaker
artwork: cover
short_info: true
power_color: true
show_progress: true
hide_mute: true
volume_stateless: true
- type: conditional
conditions:
- entity: media_player.basement_group
state_not: "off"
- entity: media_player.basement_group
state_not: "unavailable"
card:
type: custom:mini-media-player
entity: media_player.basement_group
name: Basement Audio Group
artwork: cover
short_info: true
power_color: true
show_progress: true
hide_mute: true
volume_stateless: true
- type: custom:weather-card
entity_weather: weather.yweather
entity_sun: sun.sun
- type: picture-entity
name: Midwest Radar
entity: camera.midwest_radar
show_state: false
#################################################################
## Security
- title: Security
id: security
cards:
- type: custom:alarm_control_panel-card
entity: alarm_control_panel.main
show_keypad: true
title: Alarm Control
hide_keypad: true
style: '--alarm-color-disarmed: var(--label-badge-blue);'
states:
- arm_home
- arm_away
- type: entities
title: Locks
entities:
- entity: lock.front_door_handle_locked
name: Frontdoor Lock
icon: mdi:lock-smart
- type: glance
title: Occupancy Sensors
entities:
- entity: binary_sensor.user1_occupancy
name: !secret user1
icon: mdi:account
- entity: binary_sensor.user2_occupancy
name: !secret user2
icon: mdi:account
- entity: binary_sensor.user3_occupancy
name: !secret user3
icon: mdi:account
- entity: binary_sensor.user4_occupancy
name: !secret user4
icon: mdi:account
- type: glance
title: Door Sensors
entities:
- entity: binary_sensor.frontdoor_contact
name: Frontdoor
icon: mdi:door
- entity: binary_sensor.sidedoor_contact
name: Sidedoor
icon: mdi:door
- entity: binary_sensor.backdoor_contact
name: Backdoor
icon: mdi:door
- type: glance
title: Motion Sensors
entities:
- entity: binary_sensor.uplivingroom_motion_sensor
name: Up Living
icon: mdi:run
- entity: binary_sensor.upoffice_motion_sensor
name: Up Office
icon: mdi:run
- entity: binary_sensor.hallway_motion1_sensor
name: Hallway 1
icon: mdi:run
- entity: binary_sensor.hallway_motion2_sensor
name: Hallway 2
icon: mdi:run
- entity: binary_sensor.bathroom_motion_sensor
name: Bathroom
icon: mdi:run
- type: picture-entity
name: Frontdoor Camera
entity: camera.frontdoor
show_state: false
- type: picture-entity
name: Backdoor Camera
entity: camera.backdoor
show_state: false
#################################################################
## Override
- title: Override
id: override
cards:
- type: entities
title: Override
show_header_toggle: false
entities:
- automation.motion_bathroom_lights_on_20min
- automation.motion_hallway_lights_on_15min
- automation.dark_arrive_home_lights
- automation.turn_on_kitchen_lights_at_entry
- automation.roomba_on_weekdays
- automation.haalert
- entity: input_boolean.enable_alarm_system
name: Alarm System Enabled
icon: mdi:toggle-switch
- entity: alarm_control_panel.main
name: Alarm System Status
- entity: switch.bedroom_outlet_switch_2
name: Bedroom Outlet Left
icon: mdi:power-socket-us
- entity: switch.meter_outlet_switch
name: Dishwasher Switch
icon: mdi:washing-machine
- type: entities
title: System Management
show_header_toggle: false
entities:
- script.updateha
- script.restartha
- script.rebootpi
- script.restartmonitor
- script.updatemonitor
- type: entities
title: Alarm Clock
show_header_toggle: false
entities:
- entity: input_boolean.alarmclock_enabled_wd
name: Weekday Enabled
icon: mdi:toggle-switch
- entity: input_datetime.alarmclock_time_wd
name: Weekday Time
icon: mdi:alarm
- entity: input_boolean.alarmclock_enabled_we
name: Weekend Enabled
icon: mdi:toggle-switch
- entity: input_datetime.alarmclock_time_we
name: Weekend Time
icon: mdi:alarm
- entity: input_boolean.alarmclock_espresso
name: Turn On Espresso Machine
icon: mdi:toggle-switch
- entity: input_select.alarmclock_content
name: 'To Play:'
icon: mdi:playlist-play
- entity: input_boolean.alarmclock_cancel
name: Cancel Alarm
icon: mdi:cancel
- type: entities
title: Espresso Scheduler
show_header_toggle: false
entities:
- entity: input_boolean.espresso_enabled
name: Enabled
icon: mdi:toggle-switch
- entity: input_datetime.espresso_time
name: Time
icon: mdi:coffee
- type: entities
title: Media
entities:
- media_player.viziotv
- media_player.basement_group
- media_player.living_room
- media_player.kitchen_stereo
- media_player.nadc338
- media_player.bedroom_speaker
- media_player.kitchen_home