8000 After 2025.03.0, evohome reports: `Attribute hass is None for <entity unknown.unknown=unknown>` · Issue #139945 · home-assistant/core · GitHub
[go: up one dir, main page]

Skip to content
After 2025.03.0, evohome reports: Attribute hass is None for <entity unknown.unknown=unknown> #139945
@svdbeemt

Description

@svdbeemt

The problem

Since version core-2025.3.0 my evohome integration isn't starting anymore. Until this version it worked without any issues.

I've enabled debug logging for this integration. The first error that appears in my log:

Error while setting up evohome platform for climate: Attribute hass is None for <entity unknown.unknown=unknown>

And a few minutes later:

Unexpected error fetching evohome_coordinator data

Details can be found in the additional information field.

What version of Home Assistant Core has the issue?

core-2025.3.0

What was the last working version of Home Assistant Core?

core-2025-2.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

evohome

Link to integration documentation on our website

https://www.home-assistant.io/integrations/evohome

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Logger: homeassistant.components.climate
Source: helpers/entity_platform.py:382
integration: Climate (documentation, issues)
First occurred: 13:55:48 (1 occurrences)
Last logged: 13:55:48

Error while setting up evohome platform for climate: Attribute hass is None for <entity unknown.unknown=unknown>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in _async_setup_platform
    await asyncio.shield(awaitable)
  File "/usr/src/homeassistant/homeassistant/components/evohome/climate.py", line 128, in async_setup_platform
    await entity.update_attrs()
  File "/usr/src/homeassistant/homeassistant/components/evohome/climate.py", line 444, in update_attrs
    self._handle_coordinator_update()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/components/evohome/climate.py", line 440, in _handle_coordinator_update
    super()._handle_coordinator_update()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/components/evohome/entity.py", line 85, in _handle_coordinator_update
    super()._handle_coordinator_update()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 559, in _handle_coordinator_update
    self.async_write_ha_state()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1020, in async_write_ha_state
    self._async_verify_state_writable()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 984, in _async_verify_state_writable
    raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <entity unknown.unknown=unknown>

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0