wxt9861 / esxi_stats

ESXi component for Home Assistant
MIT License
145 stars 40 forks source link

Integration will stop working in 2025.4 due to deprecated async_add_job API #104

Open 35gh opened 5 months ago

35gh commented 5 months ago

Describe the bug The following warning is displayed in the 2024.4 logs: Detected that custom integration 'esxi_stats' callsasync_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/esxi_stats/__init__.py, line 143: hass.async_add_job(, please create a bug report at https://github.com/wxt9861/esxi_stats/issues

To Reproduce

  1. Update HA to 2024.4

Expected behavior No warning

Screenshots N/A

ESXi environment (please complete the following information):

Additional context N/A