Add a discrete "Entity" selection under Automation Actions #15408
Unanswered
brystmar
asked this question in
Automations / scripts / scenes
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.
-
This request strives to improve the UX for updating the state of entities which don't have a parent device (aka "orphaned" entities). Although I consider myself modestly technical, I was unable to figure out how to accomplish this in the UI without writing raw YAML. I posted that thread after spending an embarrassing amount of time searching for an answer to help me figure it out on my own.
Adding an orphaned entity's state as an automation Trigger or Condition is reasonably intuitive today. Including it under Actions is not. Today, users must select the Call Service option, then select the service they wish to call — often from a very long list of items which don't always sound like the right option.
For example, my two stairway light switches are combined in a switch group called Stairway Lights Group. To include this orphaned entity under Actions, I need to:
This is not intuitive. The UI should enable a more straightforward implementation, such as selecting an Entity to update directly, or having a Set State option.
Some integrations create orphaned entities by default. Some users configure helper entities, such as groups or boolean helpers, which are natural orphans. I believe this is a common enough occurrence to warrant a discrete Entity option, even if that option is potentially duplicative.
Beta Was this translation helpful? Give feedback.
All reactions