Updates
This commit is contained in:
31
lovelace/lights/adaptive.yaml
Normal file
31
lovelace/lights/adaptive.yaml
Normal 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
|
@ -7,26 +7,10 @@
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 1
|
||||
ulm_card_light_slider_collapse_name: Ceiling
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 1
|
||||
entity: light.ceiling1
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 2
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 2
|
||||
entity: light.ceiling2
|
||||
- type: "horizontal-stack"
|
||||
cards:
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
ulm_card_light_slider_collapse_name: Ceiling 3
|
||||
ulm_card_light_enable_collapse: false
|
||||
ulm_card_light_name: Ceiling 3
|
||||
entity: light.ceiling3
|
||||
ulm_card_light_name: Ceiling
|
||||
entity: light.ceiling
|
||||
- type: 'custom:button-card'
|
||||
template: card_light_slider_collapse
|
||||
variables:
|
||||
|
@ -7,10 +7,10 @@
|
||||
- card_scenes
|
||||
variables:
|
||||
entity_1:
|
||||
entity_id: scene.light_flux
|
||||
entity_id: scene.light_adaptive
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "yellow"
|
||||
name: Flux
|
||||
name: Adaptive
|
||||
bg_color: "yellow"
|
||||
entity_2:
|
||||
entity_id: scene.light_blue
|
||||
@ -25,25 +25,14 @@
|
||||
name: Night
|
||||
bg_color: "purple"
|
||||
entity_4:
|
||||
entity_id: scene.light_alloff
|
||||
entity_id: script.light_store_restore
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "green"
|
||||
name: All Off
|
||||
name: All On
|
||||
bg_color: "green"
|
||||
entity_5:
|
||||
entity_id: scene.light_alloff
|
||||
entity_id: script.light_store_off
|
||||
icon: "mdi:YOUR_ICON"
|
||||
icon_color: "red"
|
||||
name: All Off
|
||||
bg_color: "red"
|
||||
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_title
|
||||
name: Switches
|
||||
|
||||
- type: 'custom:button-card'
|
||||
template: card_input_boolean
|
||||
entity: switch.circadian_lighting_circadian_lighting
|
||||
variables:
|
||||
ulm_card_input_boolean_name: Circadian Lighting
|
||||
bg_color: "red"
|
Reference in New Issue
Block a user