49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
|
- type: 'custom:button-card'
|
||
|
template: card_title
|
||
|
name: Scenes
|
||
|
|
||
|
- type: "custom:button-card"
|
||
|
template:
|
||
|
- card_scenes
|
||
|
variables:
|
||
|
entity_1:
|
||
|
entity_id: scene.light_flux
|
||
|
icon: "mdi:YOUR_ICON"
|
||
|
icon_color: "yellow"
|
||
|
name: Flux
|
||
|
bg_color: "yellow"
|
||
|
entity_2:
|
||
|
entity_id: scene.light_blue
|
||
|
icon: "mdi:YOUR_ICON"
|
||
|
icon_color: "blue"
|
||
|
name: Blue
|
||
|
bg_color: "blue"
|
||
|
entity_3:
|
||
|
entity_id: scene.light_night
|
||
|
icon: "mdi:YOUR_ICON"
|
||
|
icon_color: "purple"
|
||
|
name: Night
|
||
|
bg_color: "purple"
|
||
|
entity_4:
|
||
|
entity_id: scene.light_alloff
|
||
|
icon: "mdi:YOUR_ICON"
|
||
|
icon_color: "green"
|
||
|
name: All Off
|
||
|
bg_color: "green"
|
||
|
entity_5:
|
||
|
entity_id: scene.light_alloff
|
||
|
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
|