Behavior of declarative automation condition "since()" #25179
Answered
by
OwenKephart
yamhirotoCS
asked this question in
Q&A
-
Hi, Many thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Answered by
OwenKephart
Oct 10, 2024
Replies: 1 comment 4 replies
-
Hi @yamhirotoCS -- the So even if neither are true on a particular tick, the overall condition may still evaluate to true. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
OwenKephart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @yamhirotoCS -- the
since()
condition is true if the top condition has become true more recently than the bottom condition.So even if neither are true on a particular tick, the overall condition may still evaluate to true.