Testing Views
This commit is contained in:
parent
96237977e6
commit
79919e5857
@ -3,4 +3,34 @@
|
||||
type: "custom:button-card"
|
||||
template: "card_title"
|
||||
name: "Card 1 Testing"
|
||||
label: "grid-area: card1"
|
||||
label: "grid-area: card1"
|
||||
|
||||
|
||||
- view_layout:
|
||||
grid-area: "card1"
|
||||
type: "custom:button-card"
|
||||
template: "card_light"
|
||||
entity: "light.all_indirect"
|
||||
variables:
|
||||
ulm_card_light_enable_color: true
|
||||
ulm_card_light_enable_slider: true
|
||||
ulm_card_light_enable_popup: true
|
||||
ulm_input_select_option: light 1
|
||||
ulm_input_select: input_select.minimalist_ui_switch
|
||||
|
||||
- type: custom:state-switch
|
||||
view_layout:
|
||||
grid-area: popup
|
||||
show:
|
||||
mediaquery: "(min-width: 1100px)"
|
||||
entity: input_select.minimalist_ui # put your input_select here
|
||||
default: default
|
||||
transition: slide-down
|
||||
transition_time: 500
|
||||
states:
|
||||
## Lights
|
||||
light 1:
|
||||
type: "custom:button-card"
|
||||
template: "popup_light_brightness"
|
||||
variables:
|
||||
ulm_popup_light_entity: light.all_indirect
|
Reference in New Issue
Block a user