Konnected stopped working after .82 update

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’

Did you mean the latest version 0.81.2 is giving this issue?

If so, it is a known issue and has been fixed. Should be in the next update. 0.81.3

EDIT: Confirming that this issue was resolved since 0.81.3

1 Like