After upgrading to 0.82.1, HA won’t start. I’ve hashed out every bit of config in all my yaml-files, and I still get this error.
2018-11-21 19:49:21 ERROR (MainThread) [homeassistant.setup] Error during setup of component zwave
Traceback (most recent call last):
File "[*]/.local/lib/python3.6/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
hass, processed_config)
File "[*]/.local/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 233, in async_setup
use_debug = config[DOMAIN].get(CONF_DEBUG)
KeyError: 'zwave'
Any idea how to fix it?