thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.24k stars 113 forks source link

Does not respect new "hidden" entity Advanced Option #272

Closed nickh66 closed 1 year ago

nickh66 commented 2 years ago

With the 2022.4 release there is now a new "switch at x" helper and the original switch entities can now be "hidden" from the UI. However it seems these entities still show in my Dashboard. I think some modification might be needed to either automatically 'exclude' any hidden entities or add a new filter option to exclude them.

KrijnErmerins commented 2 years ago

This would be a great improvement!!

sam-ward commented 2 years ago

I was going to log this as a feature request, as this would be extremely handy.

I had hoped that the "hidden" flag would have been exposed as an attribute on the entity (which we could then filter on), but it doesnt seem so.

EDelsman commented 2 years ago

I would like a way to filter out hidden entities in the auto-entities card as well, and/or have it do so by default.

tboyce021 commented 2 years ago

I would vote for just excluding them by default. To me, auto-entities is essentially part of a DIY auto generated dashboard (just in card form) and I imagine the whole point of the "hidden" option is to keep things out of auto generated dashboards. However, if that creates more problems than it solves then I wouldn't complain about an extra filter option to handle it.

bjeanes commented 2 years ago

Duplicate of #270 but +1

VimalO commented 2 years ago

Would be a useful feature to be able to exclude those hidden entitites

JSteeleIR commented 2 years ago

Would love to see progress on this.

I have several entities that I've now use the "show as X" helper on, and they show up as "duplicates" in my auto-entities populated cards, with no seeming way to filter them out.

vdbrink commented 1 year ago

I can't remove some items from HA only hide them. It will be very nice to exclude them here also.

teskanoo commented 1 year ago

Thank you for addressing this feature request in the latest release :)

thomasloven commented 1 year ago

Fixed by #277