-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Warning in systemlog about deprecated functions (2024.9) #161
Comments
Also got this one:
|
Seeing the same one as @SupremeSports in mine too. |
Which version of Anniversaries are you running? |
I removed all the anniversaries defined in the GUI, and added them back in yaml, and it works here. |
That's strange. I have no more issues with UI generated on 6.0.0 version... |
Anniversaries is at 5.2.0
Saw two warnings about deprecated functions.
First one is the closest version, second is some time away...
Detected that custom integration 'anniversaries' sets "options" directly to update a config entry. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to use async_update_entry instead at custom_components/anniversaries/__init__.py, line 62: config_entry.options = config_entry.data, please report it to the author of the 'anniversaries' custom integration
And
Detected that custom integration 'anniversaries' 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/anniversaries/__init__.py, line 65: hass.async_add_job(, please report it to the author of the 'anniversaries' custom integration
Just a heads up :-)
The text was updated successfully, but these errors were encountered: