For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/blog/2024-04-07-deprecate_add_hass_job.md.

弃用 async_add_hass_job

作为提高性能并简化核心 job API 工作的一部分,async_add_hass_job 已被弃用,并将在 Home Assistant 2025.5 中移除。

调用应改用 async_run_hass_job 替代。