2024-04-12 10:17:18.377 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'traeger' calls `async_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 replaceme
nt options at custom_components/traeger/__init__.py, line 48: hass.async_add_job(, please create a bug report at https://github.com/njobrien1006/hass_traeger/issues
System Health details
Checklist
Describe the issue
Traeger integration uses
async_add_job
which is deprecated and will be removed in Home Assistant2025.4
.Details for fix can be found here: https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job/
Reproduction steps