Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest list of deprecations with latest version of HA as of 11th December 2024 #49

Open
danmrossi opened this issue Dec 11, 2024 · 2 comments

Comments

@danmrossi
Copy link

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:324
First occurred: 9:20:04 AM (6 occurrences)
Last logged: 9:20:25 AM

Detected that custom integration 'attributes' creates a template object without passing hass at custom_components/attributes/sensor.py, line 121: new_icon = template_helper.Template(new_icon). This will stop working in Home Assistant 2025.10, please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

Detected that custom integration 'attributes' 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/attributes/sensor.py, line 221: async_track_state_change(. Please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

Detected that custom integration 'attributes' calls async_add_job, which should be reviewed against https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/attributes/sensor.py, line 224: self.hass.async_add_job(self.async_update_ha_state(True)). This will stop working in Home Assistant 2025.4, please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

Detected that custom integration 'attributes' calls async_add_job, which should be reviewed against https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/attributes/sensor.py, line 216: self.hass.async_add_job(self.async_update_ha_state(True)). This will stop working in Home Assistant 2025.4, please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

@danmrossi
Copy link
Author

Hi @pilotak - I wish HA would stop changing things :P

@pilotak
Copy link
Owner

pilotak commented Dec 16, 2024

me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants