Telldus - Error doing job task exception was never retrieved

I have started to get his error in my setup and what I can tell it have something to do whit my telldus live component but I am not sure. I have not noticed that anything have stoped working, only the logg so far.

Anyone can help me?

2017-07-18 13:35:39 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/lib/python3.4/site-packages/homeassistant/core.py", line 1023, in _event_to_service_call
    yield from service_handler.func(service_call)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/__init__.py", line 109, 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/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

No help unfortunately, but I have somethig similar;

2017-07-21 17:41:52 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/lib/python3.4/site-packages/homeassistant/core.py”, line 1023, in _event_to_service_call
yield from service_handler.func(service_call)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/switch/init.py”, line 109, 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/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

/Johan

Opende a issue on GitHub.

Dose this cause you ans issues with the integration @pappajohan