38 lines
944 B
YAML
Executable File
38 lines
944 B
YAML
Executable File
- type: 'custom:button-card'
|
|
template: card_title
|
|
name: Scenes
|
|
|
|
- type: "custom:button-card"
|
|
template:
|
|
- card_scenes
|
|
variables:
|
|
entity_1:
|
|
entity_id: scene.light_adaptive
|
|
icon: "mdi:theme-light-dark"
|
|
icon_color: "yellow"
|
|
name: "Adaptive"
|
|
bg_color: "yellow"
|
|
entity_2:
|
|
entity_id: scene.light_bright
|
|
icon: "mdi:television-play"
|
|
icon_color: "blue"
|
|
name: "Bright"
|
|
bg_color: "blue"
|
|
entity_3:
|
|
entity_id: "scene.light_night"
|
|
icon: "mdi:weather-night"
|
|
icon_color: "purple"
|
|
name: "Night"
|
|
bg_color: "purple"
|
|
entity_4:
|
|
entity_id: "script.light_store_restore"
|
|
icon: "mdi:lightbulb-group"
|
|
icon_color: "green"
|
|
name: "All On"
|
|
bg_color: "green"
|
|
entity_5:
|
|
entity_id: "script.light_store_off"
|
|
icon: "mdi:lightbulb-group-off-outline"
|
|
icon_color: "red"
|
|
name: "All Off"
|
|
bg_color: "red" |