Replies: 1 comment 3 replies
-
Check the docs for the See the correct structure in the example here: It should look like this: msg.payload = {
entities: {
entity: ["binary_sensor.freenas"]
}
}; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have one little problem with wait until. If I put the entity directly in the wait until node it works correctly
But if I put the entity externally to the wait until node, it always exits through the timeout exit:

The entity is one binary_sensor based on ping.
Any help will be greatly appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions