thomasloven / lovelace-auto-entities

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

Feature request: Title #380

Open luigixx73 opened 10 months ago

luigixx73 commented 10 months ago

Posibility of showing a title for empty and non empty as header, for instance: "Active elements" or "Disabled elements". I can do the second using "else" card but not the first when there is any included element.

luigixx73 commented 10 months ago

I've solved the issue using a grid card with "title" for the "included" entities and "else" with a markdown when it is empty.

ildar170975 commented 10 months ago

The auto-entities card does this: -- generates a list of items (could be just entity_ids or complex dicts) -- passes this list into a user-defined "destination" card nothing else. Other customizations like "add a header" are to be defined on that "destination" card's level. Some "header" is a part of cards which can have "headers" (like "Entities card"), many cards (which can be used as a "destination") do not have headers.

Suggest to close the issue since you solved it in a PROPER way (i.e. on a "destination" card's level).