Hi,
I recently upgraded to version 0.42.2, and noticed that I get the following error message:
17-04-09 17:56:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component tellduslive
Traceback (most recent call last):
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/setup.py”, line 192, in _async_setup_component
None, component.setup, hass, processed_config)
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/tellduslive.py”, line 60, in setup
client.update(utcnow())
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/tellduslive.py”, line 99, in update
self._sync()
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/tellduslive.py”, line 141, in _sync
entity.changed()
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/tellduslive.py”, line 167, in changed
self.schedule_update_ha_state()
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 302, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: ‘NoneType’ object has no attribute ‘add_job’
My HOME page is flooded with GUI objects, as a result of invalid config, eventhough I believe my config is correct.
Any idea?