mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Guard for reloading with no zone config (#31547)
This commit is contained in:
parent
bb96584d6e
commit
d31eb9f352
@ -228,7 +228,7 @@ async def async_setup(hass: HomeAssistant, config: Dict) -> bool:
|
||||
conf = await component.async_prepare_reload(skip_reset=True)
|
||||
if conf is None:
|
||||
return
|
||||
await yaml_collection.async_load(conf[DOMAIN])
|
||||
await yaml_collection.async_load(conf.get(DOMAIN, []))
|
||||
|
||||
service.async_register_admin_service(
|
||||
hass,
|
||||
|
Loading…
x
Reference in New Issue
Block a user