custom-components / healthchecksio

Update and display the status of your healthchecks.io checks.
MIT License
52 stars 9 forks source link

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

Closed mathmaniac43 closed 2 months ago

mathmaniac43 commented 5 months ago

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 commented 2 months ago

Removed in https://github.com/custom-components/healthchecksio/pull/51