16 lines
404 B
YAML
16 lines
404 B
YAML
|
- type: custom:state-switch
|
||
|
view_layout:
|
||
|
grid-area: popup
|
||
|
show:
|
||
|
mediaquery: "(min-width: 1100px)"
|
||
|
entity: input_select.minimalist_ui
|
||
|
default: default
|
||
|
transition: slide-down
|
||
|
transition_time: 500
|
||
|
states:
|
||
|
## Lights
|
||
|
light indirect:
|
||
|
type: "custom:button-card"
|
||
|
template: "popup_light_brightness"
|
||
|
variables:
|
||
|
ulm_popup_light_entity: lights.all_indirect
|