I just updated from 0.78.0 to 0.78.2 and started getting the error below. I did not change anything in my config so I’m not sure why this started. Any help would be appreciated.
Error during setup of component zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/pkg_resources/init.py”, line 349, in get_provider
module = sys.modules[moduleOrReq]
KeyError: ‘python_openzwave.ozw_config’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/setup.py”, line 145, in _async_setup_component
hass, processed_config)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 244, in async_setup
config_path=config[DOMAIN].get(CONF_CONFIG_PATH))
File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 82, in init
libopenzwave.PyOptions.init(self, config_path=config_path, user_path=user_path, cmd_line=cmd_line)
File “src-lib/libopenzwave/libopenzwave.pyx”, line 688, in libopenzwave.PyOptions.init
File “src-lib/libopenzwave/libopenzwave.pyx”, line 958, in libopenzwave.PyOptions.getConfigPath
File “src-lib/libopenzwave/libopenzwave.pyx”, line 635, in libopenzwave.configPath
File “/usr/local/lib/python3.6/site-packages/pkg_resources/init.py”, line 1135, in resource_filename
return get_provider(package_or_requirement).get_resource_filename(
File “/usr/local/lib/python3.6/site-packages/pkg_resources/init.py”, line 351, in get_provider
import(moduleOrReq)
File “/usr/local/lib/python3.6/site-packages/python_openzwave/init.py”, line 1
dc and char in B("\x0a\x0b\x0c"): # line feed
^
IndentationError: unexpected indent