thomasloven / lovelace-auto-entities

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

[Request] lovelace-auto-entities collapse #458

Open beckynet opened 1 month ago

beckynet commented 1 month ago

Is it possible to have a collapse after an optional number of entities, as we can find in custom:battery-state-card ? I know there is count in sort. But count stop displaying result, collapse hide only and is more efficient to limit size of card. thanks a lot

igorsantos07 commented 1 month ago

I would say no, given this should be an option on the target card...

However, I wonder if a sort of "ellipsis" is possible, at least. It could be feasible if auto-entities limited the amount of entities given to the target card (as in count) + included a standard footer with "...and XX hidden entities" whenever count was hit.

ildar170975 commented 1 month ago

have a collapse after an optional number of entities

This is mainly applicable for Entities card as a target card. The auto-entities card does not (& should not) depend on a particular target card - and hence should not have options only meaningful for SOME particular target card (same story about endless wishes like "add auto-name-ing option").