This commit is contained in:
darthsandmann
2022-08-02 14:03:44 +02:00
parent 3b5df0ad86
commit 9db4448fa4
27 changed files with 436 additions and 245 deletions

View 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

View File

@ -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:

View File

@ -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"