Hi,
Has anyone else experienced this HA error? I'm running HA 0.84.6 in a docker container (not HASSIO).
It happens when trying to trigger the alarm siren.
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/service.py", line 277, in _handle_service_platform_call
await getattr(entity, func)(**data)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/app/homeassistant/components/switch/konnected.py", line 73, in turn_on
resp = self.client.put_device(
AttributeError: 'NoneType' object has no attribute 'put_device'
My siren config looks like:
switches:
- zone: out
name: 'Outdoor siren'
Konnected is receiving inputs from the sensors OK and HA is showing their states changing.