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

'attributes' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4 #45

Open
danmrossi opened this issue Apr 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@danmrossi
Copy link

Hi Noticed this in my Home Assistant logs Running all latest updates etc on RPI 5 as of 6th April 2024

2024-04-06 14:52:34.098 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'attributes' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4; Please review 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)), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

2024-04-06 14:52:47.270 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'attributes' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4; Please review 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)), please create a bug report at https://github.com/pilotak/homeassistant-attributes/issues

@pilotak pilotak added the bug Something isn't working label Apr 6, 2024
@pilotak
Copy link
Owner

pilotak commented Apr 6, 2024

thanks for report, at least i have a year to update it

@danmrossi
Copy link
Author

danmrossi commented Apr 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants