Telldus live errors since update to 0.39.0/1/2

My lights seem to be going crazy atm, possibly due to these erros…

17-03-02 17:30:01 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step
result = coro.throw(exc)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/core.py”, line 1001, in _event_to_service_call
yield from service_handler.func(service_call)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/init.py”, line 249, in async_handle_light_service
yield from light.async_turn_on(**params)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/tellduslive.py”, line 57, in turn_on
self.device.dim(level=brightness)
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 277, in dim
if self._execute(DIM, level=level):
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 231, in _execute
self.device[‘state’] = command
TypeError: ‘NoneType’ object does not support item assignment
17-03-02 17:30:02 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step
result = coro.throw(exc)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/core.py”, line 1001, in _event_to_service_call
yield from service_handler.func(service_call)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/switch/init.py”, line 107, in async_handle_switch_service
yield from switch.async_turn_on()
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/switch/tellduslive.py”, line 35, in turn_on
self.device.turn_on()
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 269, in turn_on
return self._execute(TURNON)
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 231, in _execute
self.device[‘state’] = command
TypeError: ‘NoneType’ object does not support item assignment
17-03-02 17:30:17 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step
result = coro.throw(exc)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/core.py”, line 1001, in _event_to_service_call
yield from service_handler.func(service_call)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/switch/init.py”, line 111, in async_handle_switch_service
yield from switch.async_turn_off()
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/switch/tellduslive.py”, line 40, in turn_off
self.device.turn_off()
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 273, in turn_off
return self._execute(TURNOFF)
File “/home/homeassistant/.homeassistant/deps/tellduslive.py”, line 231, in _execute
self.device[‘state’] = command
TypeError: ‘NoneType’ object does not support item assignment