Entity Picker should retain previous input and suggestions after deselecting #26036
Unanswered
Byrdie31
asked this question in
Accessibility
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.
-
Problem
When using an entity picker (e.g., in automations or cards), I often type a prefix like
sensor.pi5
to filter the list. That works fine. But if I select an entity and then realize it's not the one I need — and remove or deselect it — the input field resets completely.I now have to retype the whole prefix again to get the same filtered suggestions. That’s frustrating when working with long or structured entity names, especially with many template sensors.
Expected behavior
After removing the selected entity (or clearing the field), the entity picker should:
Why this matters
This would improve UX and speed up repetitive configuration tasks. It’s especially useful for users with large setups, long naming conventions, or many similarly named entities.
Example
Steps to reproduce:
sensor.pi5_
→ get list of matchessensor.pi5_
again — even though nothing changed in your intentAdditional context
Other users have mentioned similar experiences in the forums:
Thanks for your great work on the frontend! This would be a small but meaningful improvement.
Beta Was this translation helpful? Give feedback.
All reactions