You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the wait until node, it is possible to check a condition against a list of entities. The documentation lacks of information whether the node waits until any entity meets the condition or all of them meet the condition. Namely, whether the check on entities values are joined with logic operator OR or AND.
Since the entity parameter takes a list and a condition is common to them, it is obvious to me, that all of the entities have to meet the condition. From my observation, the node only waits until the first entity meets the condition.
For example: I'm closing 2 window covers. One cover is shorter and closes faster than the other. In the wait until node, i select the type of list and both cover entieties on the list then set the condition to: state is closed. The node passes the message right after the first cover closes, whole the other cover is still closing.
The text was updated successfully, but these errors were encountered:
Documentation URL
No response
The problem
In the wait until node, it is possible to check a condition against a list of entities. The documentation lacks of information whether the node waits until any entity meets the condition or all of them meet the condition. Namely, whether the check on entities values are joined with logic operator OR or AND.
Since the entity parameter takes a list and a condition is common to them, it is obvious to me, that all of the entities have to meet the condition. From my observation, the node only waits until the first entity meets the condition.
For example: I'm closing 2 window covers. One cover is shorter and closes faster than the other. In the wait until node, i select the type of list and both cover entieties on the list then set the condition to: state is closed. The node passes the message right after the first cover closes, whole the other cover is still closing.
The text was updated successfully, but these errors were encountered: