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 d43c79d commit 67cc67bCopy full SHA for 67cc67b
custom_components/pyscript/trigger.py
@@ -832,7 +832,7 @@ async def trigger_watch(self):
832
if attrib_old_val != attrib_val:
833
trig_ident_change = True
834
835
- if trig_ident_change == False:
+ if not trig_ident_change:
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