-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
System Health details
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:335
First occurred: 09:59:39 (2 occurrences)
Last logged: 09:59:43
Detected that custom integration 'temperature_feels_like' calls async_track_state_change
instead of async_track_state_change_event
which is deprecated and will be removed in Home Assistant 2025.5 at custom_components/temperature_feels_like/sensor.py, line 200: async_track_state_change(self.hass, list(entities), sensor_state_listener). Please create a bug report at https://github.com/Limych/ha-temperature-feeling/issues
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
Checklist
- I have enabled debug logging for my installation.
- I have filled out the issue template to the best of my ability.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- This issue is not a duplicate issue of any previous issues..
Describe the issue
deprecated and will be removed in Home Assistant 2025.5
Reproduction steps
1.Use integration
2.
3.
...
Debug logs
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:335
First occurred: 09:59:39 (2 occurrences)
Last logged: 09:59:43
Detected that custom integration 'temperature_feels_like' calls `async_track_state_change` instead of `async_track_state_change_event` which is deprecated and will be removed in Home Assistant 2025.5 at custom_components/temperature_feels_like/sensor.py, line 200: async_track_state_change(self.hass, list(entities), sensor_state_listener). Please create a bug report at https://github.com/Limych/ha-temperature-feeling/issues
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
Diagnostics dump
No response