Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/wemo/wemo_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def subscription_callback(
)
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."""
Expand Down