Error using Steam integration

I’ve enabled the Steam integration, added API key and steam 64 bit id. I get the following error in the loggin:

2020-08-03 13:21:29 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback HomeAssistant.async_run_job(<function asy...x7fd28bd2ad30>, datetime.date... tzinfo=<UTC>))
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/core.py", line 381, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 393, in interval_listener
    hass.async_run_job(action, now)
  File "/usr/src/homeassistant/homeassistant/core.py", line 381, in async_run_job
    target(*args)
  File "/usr/src/homeassistant/homeassistant/components/steam_online/sensor.py", line 65, in do_update
    entities[entity_next].async_schedule_update_ha_state(True)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 432, in async_schedule_update_ha_state
    assert self.hass is not None

any ideas ?

There is an issue reported here: https://github.com/home-assistant/core/issues/37657
Is that maybe the same as you are getting/experiencing? (maybe multiple errors arise for the integration?)

Btw, this post is mislabeled as being for Z-Wave

I created a new API key. That solved the problem for now.