diff --git a/custom_components/pyscript/trigger.py b/custom_components/pyscript/trigger.py index 15a524b..9f5689f 100644 --- a/custom_components/pyscript/trigger.py +++ b/custom_components/pyscript/trigger.py @@ -1116,6 +1116,7 @@ async def trigger_watch(self): self.name, self.state_hold, ) + func_args.update(user_kwargs) continue if state_trig_waiting: state_trig_waiting = False