Fix Netgear LTE halting startup ()

pull/106970/head
Robert Hillis 2023-12-28 16:26:19 -05:00 committed by Franck Nijhof
parent 911234ae8f
commit 982707afe6
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions
homeassistant/components/netgear_lte

View File

@ -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