If the value is already above 1 then there is no transition of the trigger from “false” to “true” for the trigger to re-trigger. the trigger is already “true” both before and after the change.
if you always want the automation to trigger whenever the value of the entity changes then use a stater trigger and set the “to:” option to blank.
then on every state change only the trigger will fire and you can check that the value of the state of the entity is greater than 1 by using a numeric_state condition.
ok, i see what you mean. what i am trying to avoid is on restart of HA the sensor value goes to unknown. i don’t want that state to trigger. the automation, only when there is a numeric change. do you think your recommendation will work for that scenario too?