mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix Netgear LTE halting startup (#106598)
This commit is contained in:
parent
911234ae8f
commit
982707afe6
@ -170,7 +170,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
hass.data[DATA_HASS_CONFIG] = config
|
hass.data[DATA_HASS_CONFIG] = config
|
||||||
|
|
||||||
if lte_config := config.get(DOMAIN):
|
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
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user