Display attribute-data without creating a sensor

Hi,

I’m trying to display the current_termperature of my climate-device in a glance-card. I can get it to work by creating a sensor but it kinda feels weird as it’s an extra step to display data also displayed in other cards on the same page without using the sensor entry. Though the sensor-way works, it is rubbing against my OCD, it’s frustrating to have the same data multiple times in the DB.

How do I display the value of climate.thermostat.current_temperature on the frontend without creating an extra sensor?

Did you figure a way of doing this?

Like you I feel its wasteful to have to create a sensor.