Hi,
I wonder, if it is possible to rename attributes?
An example:
I use HOMEMATIC thermostates and wanna use the attribute “preset_mode” for showing in a thermostat or entity card which preset mode is active.
As thermostat card I use simple-thermostat, where I could rename the preset buttons from original name “week_program_1” and “week_program_2” to “Modus 1” and “Modus 2”.
For a tabular view of many thermostats, I use the multi-entity-row card, but unfortunately the attributes are shown with the original names “week_program_1” and “week_program_2”.
This “problem” occurs also on other cards…
I wonder if there is a way to rename such attribute descriptions?
I really hope that there is a solution for this, because I suspect that there are many attributes in such Home Assistant installations that have a name that one would like to change.
What I see now is that you need to show a different value of some attribute - not a different name of this attribute.
Assume some “sensor.xyz” has a “some_attr” attribute, and this attribute value is “some_value” - and you need to display this value as “blabla” instead of “some_value”.
Try playing with a “default” & “hide_if” options then (although your use case is not a case for which these options were added