updates
This commit is contained in:
31
lovelace/lights/adaptive.yaml
Executable file
31
lovelace/lights/adaptive.yaml
Executable file
@@ -0,0 +1,31 @@
|
||||
- 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
|
Reference in New Issue
Block a user