So in that example you want the automation to trigger at three different values?
For example, if the bedroom temperature increases from 17 to 20 it will trigger the automation three times (when the temperature crosses the threshold values of 17.5, 18, and 19).
Out of curiosity, what’s the application for this series of triggers?
It was related to a question on the HA Discord, not a use case of myself
But the automation was using a choose which was using the temperature to turn off the electric heater. The temperature values match with different time conditons.
So you’ll be reading the value of the temperature later on in the automation anyway? Might as well just use a state sensor triggering off any change to the sensor. If you wanted to filter to just rising values: