We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d4d8 commit eeb6a6dCopy full SHA for eeb6a6d
custom_components/pyscript/trigger.py
@@ -742,7 +742,7 @@ async def trigger_watch(self):
742
# check if any state_trig_ident_any starts with var_name
743
any_match = False
744
if "var_name" not in func_args:
745
- any_match = True
+ pass
746
else:
747
for check_var in self.state_trig_ident_any:
748
if check_var == func_args['var_name']:
0 commit comments