apetrycki / daikinskyport

API for accessing a DaikinOne+ Thermostat
59 stars 26 forks source link

add_run_job deprecated function #109

Closed jeffjumper closed 2 months ago

jeffjumper commented 2 months ago

With your latest release from 2 days ago running in HA 2024.4.3, my log is still showing this warning about another deprecation:

Detected that custom integration 'daikinskyport' 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/daikinskyport/init.py, line 96: hass.async_add_job(

Thanks!