I have trouble getting a derivative from a templated number: it doesn’t show up as a selectable option.
This is the number:
{{
states('sensor.weatherstation_indoor_humidity') | int -
states('sensor.vindstyrka_bedroom_humidity') | int
}}
And this is the selector - happens if the unit of the template number is “%”, or if it is left blank
What am I doing wrong?

