I have a simple automation like this which should alert when this state hasn’t changed in 1 min (for testing purposes, will be longer once confirmed working)
If you want it to trigger in any state change, The for: seems an odd choice. I have not tried it so I cannot guarantee it will work set-up like that. without the to: is fine without the for:, I use that all the time.
Also if you want to know if the trigger entity change state, look in developer tools at the state and look at it over the time period.
A State Trigger will trigger when there’s a state-change.
In your example, the State Trigger has the following additional requirement: after the state-change occurs the new value must remain unchanged for at least a minute. Only then will it trigger.
Based on the chart you posted, the sensor’s value hasn’t experienced a state-change recently so that’s why the State Trigger hasn’t triggered recently.
Correct but it also never triggered recently after it stopped updating.
I wish HA had a LAST UPDATE value for every single sensor, would make it perfect for situations like these.