I’ve tried rebooting everything and my config is the same, the konnected devices are working but Hass won’t set them up.
The error message is a bit vague
Error during setup of component konnected
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/konnected.py”, line 159, in async_setup
ConfiguredDevice(hass, device).save_data()
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/konnected.py”, line 241, in save_data
DOMAIN, {‘device_id’: self.device_id})
TypeError: load_platform() missing 1 required positional argument: ‘hass_config’