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

Use of async_add_job is Deprecated (removal in HA 2025.4) #50

Closed
mathmaniac43 opened this issue Apr 7, 2024 · 1 comment
Closed

Use of async_add_job is Deprecated (removal in HA 2025.4) #50

mathmaniac43 opened this issue Apr 7, 2024 · 1 comment

Comments

@mathmaniac43
Copy link

Version of the custom_component

22.2.0

Configuration

Detected that custom integration 'healthchecksio' 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/healthchecksio/__init__.py, line 76: hass.async_add_job(, please create a bug report at https://github.com/custom-components/healthchecksio/issues

Describe the bug

This integration uses a now-deprecated API call to Home Assistant. I believe guidance to update to a non-deprecated way is here: https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job

Debug log


Add your logs here.

@ludeeus
Copy link
Collaborator

ludeeus commented Jul 22, 2024

Removed in #51

@ludeeus ludeeus closed this as completed Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants