hi folks, trying to implement the Welcome Scenes Card from Minimalist UI, but getting frustrated that doc don’t clearly show an example of how to actually use scenes with this card. This is what I have that isn’t working…
- type: "custom:button-card"
template: "card_welcome_scenes"
#triggers_update: input_boolean.<Your_boolean>
#entity: input_boolean.<Your_boolean>
variables:
# ulm_card_welcome_scenes_collapse: input_boolean.<Your_boolean> #OPTIONAl --> uncomment also entity or triggers_update
# ulm_weather: "weather.YOUR_WEATHERPROVIDER"
entity_1:
entity_id: "scene.tv_time"
icon: "mdi:television"
name: "TV"
color: "blue"
tap_action:
action: call-service
service: scene.turn_on
Where am I going wrong?!