Show all attributes on card

The tradfri remote entity has a bunch of attributes

1

But by default it only displays the battery level

2

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.

3 Likes

Save someone else having to search :grin:

2 Likes

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 :rofl: Iā€™m sure it is all sorted by now

3 Likes

@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.

1 Like

An exampleā€¦

4 Likes

Hi. How should I use the plugin in order to show value at another entity, what should I put under ā€œkeyā€ option:

  • entity: sensor.my_device
    type: ā€˜custom:attribute-entity-rowā€™
    primary:
    key: ā€œWhat should I put hereā€
    name: blablabla
    unit: ā€˜%ā€™
    entity: sensor.modbus_th_14_temperature

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?