Add controls for Christmas lights on main dashboard
This commit is contained in:
@ -708,6 +708,26 @@ views:
|
||||
'on': hue:lightstrip
|
||||
'off': hue:lightstrip-off
|
||||
unavailable: mdi:map-marker-question
|
||||
- type: custom:paper-buttons-row
|
||||
buttons:
|
||||
- entity: light.christmas_tree
|
||||
name: Tree
|
||||
layout: icon|name_state
|
||||
state:
|
||||
case: first
|
||||
state_icons:
|
||||
'on': mdi:pine-tree-variant
|
||||
'off': mdi:pine-tree-variant-outline
|
||||
unavailable: mdi:map-marker-question
|
||||
- entity: light.christmas_lights_front_window
|
||||
name: Window
|
||||
layout: icon|name_state
|
||||
state:
|
||||
case: first
|
||||
state_icons:
|
||||
'on': mdi:string-lights
|
||||
'off': mdi:string-lights-off
|
||||
unavailable: mdi:map-marker-question
|
||||
- type: entities
|
||||
entities:
|
||||
- entity: input_select.living_room_scenes
|
||||
|
Reference in New Issue
Block a user