Guard for reloading with no zone config (#31547)
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…
Reference in New Issue