Wait Until nodes should accept "on" / "off" as booleans like State nodes do. #1942
Suffice
started this conversation in
Feature Request
Replies: 0 comments
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.
State nodes documentation:
Boolean will be converted to true based on if the string is equal by default to (y|yes|true|on|home|open). Original value stored in msg.data.original_state
Wait Until nodes do not accept "on" / "off" states as booleans. This inconsistency left me scratching my head for a while trying to understand what was wrong with my setup.
All reactions