How to assign a friendly_name to climate entity state attributes

Is it possible to assign a friendly_name for state attributes of a climate entity?
If I want to use my local language for the state_attribute “temperature” so that it shows in my local language on the frontend, how can I do that?

When I use history-graph card to display a climate entity, it shows 3 values like this, current temperature, target temperature, and cooling. I need to change these names. I don’t want to create separate template sensors for these just to modify the names.

Attributes don’t support the concept of friendly_name.

You can use an Entities Card to display an entity’s attribute with whatever name you want.

Thanks for the help.
The problem is I cannot modify the attribute names in the history-graph card. If there is a way to do that, that also works.

Use a more capable graphing card like ApexCharts:

Yeah, that works. Thank you. Hope they introduce this feature natively just like the entities card.

1 Like