myntath / gtasks-ha

GTasks custom component for HA
MIT License
18 stars 2 forks source link

custom integration 'gtasks' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4 #12

Open Bastian007 opened 2 months ago

Bastian007 commented 2 months ago

Issue: HA log shows the following warning message:

Logger: homeassistant.helpers.frame
Quelle: helpers/frame.py:184
Detected that custom integration 'gtasks' 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 replacement options at custom_components/gtasks/__init__.py, line 149: hass.async_add_job(, please report it to the author of the 'gtasks' custom integration
Detected that custom integration 'gtasks' 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 replacement options at custom_components/gtasks/__init__.py, line 154: hass.async_add_job(, please report it to the author of the 'gtasks' custom integration

Version of the custom_component

gtasks v0.6.1 HA versions: Core 2024.6.4 Supervisor 2024.06.0 Operating System 12.4 Frontend 20240610.1

Describe the bug

HA protocol shows the warning messages above.

Debug log

home-assistant_gtasks_2024-06-24T18-59-34.496Z.log