Fix Netgear LTE halting startup (#106598)

This commit is contained in:
Robert Hillis
2023-12-29 11:27:28 +01:00
committed by Franck Nijhof
parent 911234ae8f
commit 982707afe6
@@ -170,7 +170,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
hass.data[DATA_HASS_CONFIG] = config
if lte_config := config.get(DOMAIN):
await hass.async_create_task(import_yaml(hass, lte_config))
hass.async_create_task(import_yaml(hass, lte_config))
return True