dgtal1 / extalife_custom_component

ZAMEL Exta Life integration with Home Assistant based on custom component.
Apache License 2.0
11 stars 10 forks source link

Deprecated call to 'async_add_job' #37

Open gadulowaty opened 3 months ago

gadulowaty commented 3 months ago

In Homeassistant log you find this entry:

_Detected that custom integration 'extalife' 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/extalife/helpers/core.py, line 432: self._hass.async_add_job(target, *args), please create a bug report at https://github.com/dgtal1/extalife_custom_component/issues_

Work in progress...

gadulowaty commented 3 months ago

Fixed - will be available after merging sent pull request.