This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/lovelace/lights/scenes.yaml

38 lines
944 B
YAML
Raw Normal View History

2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
template: card_title
name: Scenes
- type: "custom:button-card"
template:
- card_scenes
variables:
entity_1:
2022-08-02 12:03:44 +00:00
entity_id: scene.light_adaptive
2022-08-09 09:21:13 +00:00
icon: "mdi:theme-light-dark"
2022-07-30 13:15:27 +00:00
icon_color: "yellow"
2022-08-09 09:21:13 +00:00
name: "Adaptive"
2022-07-30 13:15:27 +00:00
bg_color: "yellow"
entity_2:
2022-08-09 09:21:13 +00:00
entity_id: scene.light_bright
icon: "mdi:television-play"
2022-07-30 13:15:27 +00:00
icon_color: "blue"
2022-08-09 09:21:13 +00:00
name: "Bright"
2022-07-30 13:15:27 +00:00
bg_color: "blue"
entity_3:
2022-08-09 09:21:13 +00:00
entity_id: "scene.light_night"
icon: "mdi:weather-night"
2022-07-30 13:15:27 +00:00
icon_color: "purple"
2022-08-09 09:21:13 +00:00
name: "Night"
2022-07-30 13:15:27 +00:00
bg_color: "purple"
entity_4:
2022-08-09 09:21:13 +00:00
entity_id: "script.light_store_restore"
icon: "mdi:lightbulb-group"
2022-07-30 13:15:27 +00:00
icon_color: "green"
2022-08-09 09:21:13 +00:00
name: "All On"
2022-07-30 13:15:27 +00:00
bg_color: "green"
entity_5:
2022-08-09 09:21:13 +00:00
entity_id: "script.light_store_off"
icon: "mdi:lightbulb-group-off-outline"
2022-07-30 13:15:27 +00:00
icon_color: "red"
2022-08-09 09:21:13 +00:00
name: "All Off"
2022-08-02 12:03:44 +00:00
bg_color: "red"