Add blog post about deprecating async_add_hass_job (#2140)

* Add blog post about deprecating `async_add_hass_job`

* add context
This commit is contained in:
J. Nick Koston 2024-04-14 07:44:29 -05:00 committed by GitHub
parent 5347a1b7e0
commit 33736391c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.