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 c49310d commit d43c79dCopy full SHA for d43c79d
custom_components/pyscript/trigger.py
@@ -831,7 +831,8 @@ async def trigger_watch(self):
831
attrib_old_val = getattr(func_args['old_value'], attribute, None)
832
if attrib_old_val != attrib_val:
833
trig_ident_change = True
834
- else:
+
835
+ if trig_ident_change == False:
836
for var in self.state_trig_ident:
837
var_pieces = var.split('.')
838
if len(var_pieces) == 2 and var == func_args['var_name']:
0 commit comments