I’d like to add an automation that turns on an air purifier if the PM2.5 concentration is above a threshold level. In the automation section, I can choose “PM2.5 concentration changes > 10”, but this only fires IF the concentration changes AND the new concentration is > 10 AND the old concentration is < 10. If, for some reason, the air purifier doesn’t turn on (perhaps because it’s disconnected), and the concentration changes from 10 to 11, from 11 to 14 etc., the automation doesn’t fire anymore.
The critical point is the last AND; I don’t want it. I want an automation that fires IF the concentration changes AND the new concentration is > 10.
What you want is to change the trigger to watch for any change.
Then in the automation conditions allow further action if the value is over 10 or something like that.