diff --git a/homeassistant/components/wemo/wemo_device.py b/homeassistant/components/wemo/wemo_device.py index a4f20eb55f5..a507338a4cd 100644 --- a/homeassistant/components/wemo/wemo_device.py +++ b/homeassistant/components/wemo/wemo_device.py @@ -61,7 +61,7 @@ class DeviceCoordinator(DataUpdateCoordinator): ) else: updated = self.wemo.subscription_update(event_type, params) - self.hass.add_job(self._async_subscription_callback(updated)) + self.hass.create_task(self._async_subscription_callback(updated)) async def _async_subscription_callback(self, updated: bool) -> None: """Update the state by the Wemo device."""