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 cc9615d commit 50a083aCopy full SHA for 50a083a
custom_components/pyscript/trigger.py
@@ -686,6 +686,8 @@ def ident_values_changed(self, func_args):
686
old_value = func_args['old_value']
687
var_name = func_args['var_name']
688
for check_var in self.state_trig_ident:
689
+ if check_var in self.state_trig_ident_any:
690
+ continue
691
var_pieces = check_var.split('.')
692
if len(var_pieces) == 2 and check_var == var_name:
693
if value != old_value:
0 commit comments