31 lines
892 B
YAML
Executable File
31 lines
892 B
YAML
Executable File
- type: 'custom:button-card'
|
|
template: card_title
|
|
name: Adaptive
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_input_boolean
|
|
entity: switch.adaptive_lighting_default
|
|
variables:
|
|
ulm_card_input_boolean_name: Adaptive
|
|
|
|
- type: 'custom:button-card'
|
|
template: card_input_boolean
|
|
entity: switch.adaptive_lighting_sleep_mode_default
|
|
variables:
|
|
ulm_card_input_boolean_name: Sleep
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_input_boolean
|
|
entity: switch.adaptive_lighting_adapt_brightness_default
|
|
variables:
|
|
ulm_card_input_boolean_name: Brightness
|
|
|
|
- type: 'custom:button-card'
|
|
template: card_input_boolean
|
|
entity: switch.adaptive_lighting_adapt_color_default
|
|
variables:
|
|
ulm_card_input_boolean_name: Color |