From 33736391c5112f3c2c244866653147e1b65eae52 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 14 Apr 2024 07:44:29 -0500 Subject: [PATCH] Add blog post about deprecating `async_add_hass_job` (#2140) * Add blog post about deprecating `async_add_hass_job` * add context --- blog/2024-04-07-deprecate_add_hass_job.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blog/2024-04-07-deprecate_add_hass_job.md diff --git a/blog/2024-04-07-deprecate_add_hass_job.md b/blog/2024-04-07-deprecate_add_hass_job.md new file mode 100644 index 00000000..19f2966a --- /dev/null +++ b/blog/2024-04-07-deprecate_add_hass_job.md @@ -0,0 +1,9 @@ +--- +author: J. Nick Koston +authorURL: https://github.com/bdraco +title: "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. \ No newline at end of file