diff --git a/homeassistant/helpers/script.py b/homeassistant/helpers/script.py index c246d625b3c..7a1f0bdb8da 100644 --- a/homeassistant/helpers/script.py +++ b/homeassistant/helpers/script.py @@ -1600,7 +1600,7 @@ class Script: await self.async_stop(update_state=False, spare=run) if started_action: - self._hass.async_run_job(started_action) + started_action() self.last_triggered = utcnow() self._changed()