You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home Assistant reports that spook accesses Lovelace dashboards using deprecated dictionary-style access: hass.data["lovelace"]["dashboards"]. This will break in Core 2026.2 and should be updated to lovelace_data.dashboards.
Detected that custom integration 'spook' accessed lovelace_data['dashboards'] instead of lovelace_data.dashboards at custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py, line 45: self._dashboards = self.hass.data["lovelace"]["dashboards"]. This will stop working in Home Assistant 2026.2, please create a bug report at https://github.com/frenck/spook/issues
What version of Spook are you using?
3.1.0
What version of Home Assistant are you using?
Core 2025.4.4, Supervisor 2025.04.1, OS 15.2
The problem
Deprecation Warning
Home Assistant reports that
spook
accesses Lovelace dashboards using deprecated dictionary-style access:hass.data["lovelace"]["dashboards"]
. This will break in Core 2026.2 and should be updated tolovelace_data.dashboards
.Offending file:
custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py:45
Anything in the logs? Paste it here!
The text was updated successfully, but these errors were encountered: