#Not condition time
1 messages · Page 1 of 1 (latest)
You can't do that because that information is not in the state machine.
You can do it if you make a template binary sensor of that condition.
Honestly, I think the easiest way would be to have a little binary sensor template that just reads {{ has_value('sensor.mysensor') }} and then check the state of that is true for 10s
I did it differently: I run an automation with a trigger „entity unavailable“ and set a helper to true, it gets reset when the device is available again, this helper can than be used as a condition of a automation