Fix Netgear LTE halting startup (#106598)
This commit is contained in:
parent
858e01ea42
commit
f93b0a4831
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue