RuntimeError: Attribute hass is None

Hi All,

Everytime when I start my browser (closed it and reopen it) and open my HA Screen I see 3 errors in the log:

2021-11-23 19:39:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 458, in async_update_ha_state
    raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity None: idle>

2021-11-23 19:39:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 458, in async_update_ha_state
    raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity None: on>

2021-11-23 19:39:33 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 458, in async_update_ha_state
    raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity None: 1>

I tried to check if there is something wrong in the Lovelace code. But I can’t find it where those errors coming from. Can someone help me?

1 Like

I’m also experiencing this issue. I’ve raised an issue on Github: Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 505, in async_update_ha_state · Issue #71438 · home-assistant/core · GitHub

1 Like

Hi @poudenes ,

did you solve this. I got the same Error but can`t find any solution.

Greets
Mary

suddenly it was gone…