This lovelace plugin lets you automatically put entities into lovelace cards.
You can e.g. make an entities card which shows all your remotes which have a low battery.
Or a glance card which shows all lights that are currently on.
There’s lots of matching options. Like selecting all media players where the currently playing song matches a regular expression.
And you can also finally sort the entities!
Here’s just some examples from my development setup:
I am currently moving all my monster-cards to your new auto-entities-card and there is one thing thats a bit annoying and has to do with another card of you - the browser-mod-integration:
I my lovelace config I have an auto-entities-card that displays all lights across the house that are currently switched on. I have the header_toggles enabled which makes it pretty easy to turn off all lights in the house with a single click. With the browser-mod-integration each device currently using hass also is visible as a light:
The problem is when I click the header toggle my screen on my computer and smartphones goes black. I don’t store cookies on my computers so everytime I reboot I get a new ID.
Is there a way to generally ignore all devices (lights) from browser-mod in a auto-entities-card? Maybe something like a regular expression?
Is there a way to display the attribute value instead of state of some entities? I want to show the battery value of vacuum and device_tracker but it just shows docked and home.
This card is truly amazing (like most of your addons/plugins). I have a rather crazy question though. Seeing that auto entities can find entities and fill them according to an area, I was actually wondering if this would be possible with other cards than entities or glance.
E.g. I would like to generate a vertical/horizontal stack with 3 buttons on each row and have them filled automatically like auto-entities does except then with entity button or button-card.
So it would fill button-cards with entities inside a specific area. I might be asking something really exotic and/or something that is impossible. But seeing these two specific addons (auto-entities and lovelace_gen) I would think that this might be possible one way or another.
Still this card is amazing and I use it more often than I did before, but auto filling other cards than entities or glance would be really amazing.
Thanks for all your great work @thomasloven you make the HA experience a lot better for all of us!