Negative matching with action node? #1943
Replies: 3 comments 2 replies
|
Hmm, I guess you need to use the |
0 replies
|
I found an issue with the area logic while testing this. When using a condition like Area Property “name” |
0 replies
2 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.
I have a situation where I would like to have negative matching on device label + area for some light controls when using the action node.
Essentially I would like to do this:
solaroutdoorThat is to say I would like to target all my entities labeled with
solar, which are also not outdoors with the switch action.This currently doesn't seem possible with the action node, as there is no option to negate the
outdoorarea matching?All reactions