How can I show a single label value as text on the dashboard? This Ecobee HVAC system has 4 possible modes, and in this case I would like to just display the word cool.
I have a stat panel from this query: hass_climate_mode{entity="climate.my_ecobee"} with type=instant and legend = {{mode}}.
If I change the query like this: hass_climate_mode{entity="climate.my_ecobee"} == 1 then I lose the text label:


