The tradfri remote entity has a bunch of attributes
But by default it only displays the battery level
How can I display all the attributes on the tradfri remote card?
Thanks
The tradfri remote entity has a bunch of attributes
But by default it only displays the battery level
How can I display all the attributes on the tradfri remote card?
Thanks
Turn them into sensors with a template sensor.
Thereās also a Template card (a custom card - look for a thread 100% Templatable on the forum) you can use so you donāt need to create sensors.
Save someone else having to search
I added an attribute entity row in 0.108: https://www.home-assistant.io/lovelace/entities/#attribute which would allow you to add all of them to an entities card.
If you just want to see those values and donāt need to interact with them, you could also try markdown card.
Not sure how my template card would help you out much here, @DavidFW1960 what did you have in mind?
Edit: Oh wow, didnāt realize how long ago this was asked Iām sure it is all sorted by now
@iantrich Iām probably definitely guilty, I was looking for a way to display a sensor plus one of itās attributes and thought this might do it.
Hi. How should I use the plugin in order to show value at another entity, what should I put under ākeyā option:
Hi,
I would like to interact with the attributes e.g. edit them in a text field. How can I do this with 2022.9.2?