Do you think is possible to adapt it to a picture against an entity?
I my case I would like to implement a picture entity for my person.name adding attributes like position + battery + whatever without using picture-elements.
It currently only supports two additional entity states or attributes. This is mostly because there is such a limited space for rendering things in between the default entity name and state.
Most likely possible, but my current custom card development experience doesn’t extend past the generic entity rows. I might have a look at other cards some time in the future.
@benct Very very useful for showing attributes! Thank you !
Is there any way that I can set the name using an attribute? ( just one way to show more attributes)
Are you using the card described in this thread? From the image it looks like you are using my other earlier card, attribute-entity-row.
I have just added support for using an attribute as the name on the attribute-entity-row card. Doing the same for multiple-entity-row will involve a bit more work…
Great additional card. I wondered whether there is any way to include input_* entities? At present it seems not to be possible, and only suitable for sensors, right? Is there any way I can use input* entities, more specifically in my case input_datetime entitities? This type of card would be great to specify intervals for a schedule. Putting start and stop items each at their own row works, but is both not very intuitive and takes up a lot of room.
Excellent addition, but i do notice a small problem. The switch or the states do not update after any changes. Forcing a browser refresh does make the change. Any ideas, has anyone else found the problem?
Sorry for the late reply, I’ve been abroad for quite a while.
No, I’m afraid not.
This issue was also reported on github and I released a fix for this last week. Sorry again for it taking such a long time.
Unfortunately, it will not be possible to easily integrate other custom cards just like that. I might be able to add support for a lock-entity mechanism in some future release.
I was already trying to build something like that on my own.
Using it to display a table-like card for temperatures of all rooms and the outside temperature.
As I also want to quickly see the relative humidity in the rooms and the absolute humidtiy everywhere to decide if it’ a good idea to open the windows, this solves my needs perfectly.