Upgraded to 0.58.0 and it doesnt seem to function any more.
This is my error:
Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 101, in update
self._sync()
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 141, in _sync
identify_device(device))
File “/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 114, in identify_device
if device.methods & DIM:
TypeError: unsupported operand type(s) for &: ‘NoneType’ and ‘int’
I can see now that I also get errors when restarting hass.
2017-11-22 15:09:01 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 101, in update
self._sync()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 144, in _sync
entity.changed()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py”, line 170, in changed
self.schedule_update_ha_state()
File “/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 273, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: ‘NoneType’ object has no attribute ‘add_job’