Show label value a text

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:

Change Text mode to Value and name:

Text mode

Thanks for the tip! I actually got what I want by setting that to name only.