Add visual editor support for numeric values in state trigger/condition #21946
Unanswered
Cyberbeni
asked this question in
Automations / scripts / scenes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example I want to check whether a cover is completely open. If I use the visual editor, this is the yaml that gets generated:
This condition will never be true since "100" string will never equal any number. If I manually remove the "s then it works as expected.
It would be nice if conditions like this worked out of the box with the visual editor.
Same for triggers based on numeric values. Triggering on equals 0 is way more intuitive than triggering on below 0.0001.
Beta Was this translation helpful? Give feedback.
All reactions