Hello, I am trying to create a sensor that returns the “worst” air-quality from two different sensors.
when i use {% set netatmo=states('sensor.netatmo_innemodul_air_health') %}
and try to compare the state with is_state(netatmo, 'Bra')
I get “False” back, even when it is True, see picture:
i.e when i set a variable the value isnt correct/comparable
Am I doing something obvious wrong?