Simplify turning on scenes using header & footer buttons #8147
Unanswered
mfschumann
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I like the concept of header/footer buttons in lovelace cards, especially for quickly turning on scenes.
Unfortunately, header/footer buttons don't support turning on scenes that are listed as entities, but you need to use a work-around, e.g. setting up scripts for each scene that turn it on and list those scripts as entities, or overriding tap_action with a call-service block.
I suggest to allow configurations like this to get rid of the overhead:
I think what would have to be done to add this feature is introducing a discrimination between entity types and triggering the turn_on action for scenes instead of the default toggle action.
Beta Was this translation helpful? Give feedback.
All reactions