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 a404d03 commit 7a81413Copy full SHA for 7a81413
custom_components/pyscript/trigger.py
@@ -1061,9 +1061,11 @@ async def trigger_watch(self):
1061
user_kwargs = {}
1062
if state_trig_timeout:
1063
new_vars, func_args = state_trig_notify_info
1064
+ func_args = func_args.copy()
1065
state_trig_waiting = False
1066
elif notify_type == "state":
1067
new_vars, func_args = notify_info
1068
1069
user_kwargs = self.state_trigger_kwargs.get("kwargs", {})
1070
1071
if not ident_any_values_changed(func_args, self.state_trig_ident_any):
0 commit comments