How to show sub-labels in a card

Not quite sure what to call them, but I want to show what I call a “sub-label” in a group I’ve created.

When I say sub-label, I’m talking about the “Currently: 25 °C” label underneath “Off” in the screenshot below:

What I want to do is move the Sensor Battery Level value of 100% out from it’s own line and create a sub-label “Battery: 100%” underneath the “26.9 °C”

Is this possible? Bonus points if I can use an icon in the sub label.

Thanks in advance for the help :slight_smile:

Hi,

This is not a sub-label, it is the name of the sensor. You can change the name of the sensor and the icon, check the documentation - https://home-assistant.io/docs/configuration/customizing-devices/

Best regards.

You’ve mis-understood my question.

What I want to do is move the “100%” underneath 26.9 °C and make it the light grey text in a similar way to “Currently: 25°C” is in light grey underneath “Off

Does that make sense?

hmm my bad.

I don’t think you can do that out of the box.
You can create a custom card - https://home-assistant.io/developers/frontend_creating_custom_ui/ and check the code of the state-card-climate.html