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
darthsandmann 9db4448fa4 Updates
2022-08-02 14:03:44 +02:00

38 lines
883 B
YAML

- 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:YOUR_ICON"
icon_color: "yellow"
name: Adaptive
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: script.light_store_restore
icon: "mdi:YOUR_ICON"
icon_color: "green"
name: All On
bg_color: "green"
entity_5:
entity_id: script.light_store_off
icon: "mdi:YOUR_ICON"
icon_color: "red"
name: All Off
bg_color: "red"