mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Guard for reloading with no zone config (#31547)
This commit is contained in:
parent
08a74ff686
commit
00c6f3cb85
@ -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