Check configuration failing as of 0.71.0 release

Log Details (ERROR)
Fri Jun 15 2018 21:41:39 GMT-0500 (Central Daylight Time)

Testing configuration at /config
ERROR:homeassistant.scripts.check_config:BURB
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/scripts/check_config.py”, line 207, in check
res[‘components’] = check_ha_config_file(hass)
File “/usr/lib/python3.6/site-packages/homeassistant/scripts/check_config.py”, line 328, in check_ha_config_file
del core_config[CONF_PACKAGES]
KeyError: ‘packages’
Fatal error while loading config: ‘packages’
Failed config
General Errors:
- ‘packages’
Successful config (partial)

This is usually caused by a problem with a customize/customize_glob entry, or a whitelist_external_dirs entry.

I was able to reproduce the problem with a configuration I was trying in the customize.yaml file so it looks like that was the issue. Thanks!

1 Like