I have the following automation set up for updating the value on an input number. Everything worked fine until beginning of March (2021.3) update. Now I see that the automation is not triggering anymore. Were any recent updates regarding templates? If I input {{(state_attr(‘climate.termostat_living’,‘temperature’)|float - states(‘sensor.multisensor_living_temperature_air’)|float)|round(2)}} in the supervisor>templates I currently get 0.4.
a trigger has to transition from false to true to actually trigger the automation.
I’m not sure what would happen if it changed from .3 to .4?
I don’t know if it works the same as a state trigger that has no to: or from: values and just triggers on every state change.
And maybe that is what has changed? Maybe they are now enforcing the template needing to do the false to true transition where before it would trigger on every state change of the template?