Replies: 1 comment
-
The issue is that pyscript is having trouble figuring out which entities to watch when @state_trigger('state.get("input_boolean.1_test") == "on"', watch=['input_boolean.1_test'])
def test_on():
log.info('on') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This doesnt work (not unexpectedly):
but this does:
So i want to do a state trigger like the following, but gets the same issue:
These 2 are accepted but arent actually being triggered:
Anyone know the best way to get around this?
Beta Was this translation helpful? Give feedback.
All reactions