developers.home-assistant/blog/2024-04-07-deprecate_add_hass_job.md
J. Nick Koston 33736391c5
Add blog post about deprecating async_add_hass_job (#2140)
* Add blog post about deprecating `async_add_hass_job`

* add context
2024-04-14 14:44:29 +02:00

332 B

author authorURL title
J. Nick Koston https://github.com/bdraco Deprecating `async_add_hass_job`

As part of an effort to improve performance and simplify the core job API, async_add_hass_job is deprecated and will be removed from Home Assistant in 2025.5.

Calls should be replaced with async_run_hass_job instead.