Lovelace UI Operating State on Glance Card

Hello All,

I’ve been playing around with Lovelace and so far I am getting a hang of it. However, I can’t figure out if there is a way to show the operating state of my thermostats. If possible, I would like to see if my, lets say, first floor thermostat is currently heating or idle. Any thoughts?

Thanks!

Have you try ed using a template sensor

Yes. I use this to get the state of the thermostat

{{state_attr('climate.first_floor_heat', 'operating_state') }}.

The developers tools template shows the correct state. However, when I try to create a sensor template I get

missed comma between flow collection entries at line 13, column 76:
 ... t_floor_heat', 'operating_state') }}