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.

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-02 14:03:44 +02:00
#- type: 'custom:button-card'
# template: card_title
# name: Home Assistant
2022-07-30 15:15:27 +02:00
- type: "custom:button-card"
2022-07-29 03:05:27 +02:00
template: "card_welcome_scenes"
triggers_update: input_boolean.welcome_collapse
entity: input_boolean.welcome_collapse
variables:
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse
ulm_weather: weather.home
2022-07-29 03:05:27 +02:00
entity_1:
2022-08-02 14:03:44 +02:00
entity_id: scene.light_adaptive
2022-07-29 03:05:27 +02:00
icon: "mdi:theme-light-dark"
icon_color: "yellow"
2022-08-02 14:03:44 +02:00
name: "Adaptive"
2022-07-29 03:05:27 +02:00
bg_color: "yellow"
entity_2:
2022-08-07 20:10:43 +02:00
entity_id: scene.light_bright
2022-07-29 03:05:27 +02:00
icon: "mdi:television-play"
icon_color: "blue"
2022-08-07 20:10:43 +02:00
name: "Bright"
2022-07-29 03:05:27 +02:00
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:
2022-08-02 14:03:44 +02:00
entity_id: "script.light_store_off"
2022-07-29 03:05:27 +02:00
icon: "mdi:lightbulb-group-off-outline"
icon_color: "red"
name: "All Off"
2022-08-02 14:03:44 +02:00
bg_color: "red"