Allow globbing in entity_id on entities for card #8019
Unanswered
Zocker1999NET
asked this question in
Configuration
Replies: 1 comment
-
not taking this away from a core HA discussion, but you know this is the exact scenario custom card auto-entities allows us to do? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
If a card supports showing multiple entities like
glance
orentities
, enabling support of globbing (*
) would enable a more abstract UI definition without explicit listing of all entities wanted to show.This would make things possible like: I want to show all alerts currently not idle so I know about and can disable the alerts or re-enable them if required:
This would allow to write this once, forget about it, add an additional alert later on and the UI will do what I expected it to do, showing the new alert if it will go active.
Or another good example:
If used together with the FRITZ!Box integration and if I name all my personal devices (a.k.a. their hostnames)
max_*
ormax-*
, then new devices will automatically show up in the UI without changing my lovelace configuration.Beta Was this translation helpful? Give feedback.
All reactions