2018-02-27 08:56:15 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform haveibeenpwned
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 84, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 245, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/sensor/haveibeenpwned.py”, line 53, in setup_platform
sensor.update_nothrottle()
File “/usr/lib/python3.6/site-packages/homeassistant/components/sensor/haveibeenpwned.py”, line 116, in update_nothrottle
self.schedule_update_ha_state()
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 294, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: ‘NoneType’ object has no attribute ‘add_job’
I have this same error on some HA reboots.
Likewise having this problem.