diff --git a/homeassistant/components/qwikswitch/__init__.py b/homeassistant/components/qwikswitch/__init__.py index 8c753da7cc2..eea110a02d7 100644 --- a/homeassistant/components/qwikswitch/__init__.py +++ b/homeassistant/components/qwikswitch/__init__.py @@ -225,7 +225,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: async_dispatcher_send(hass, qspacket[QS_ID], qspacket) # Update all ha_objects - hass.async_add_job(qsusb.update_from_devices) + hass.async_create_task(qsusb.update_from_devices()) @callback def async_start(_):