We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing the following warning in my logs:
2024-05-14 18:34:21.557 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ideenergy' 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/ideenergy/init.py, line 103: hass.async_add_job(, please create a bug report at https://github.com/ldotlopez/ha-ideenergy/issues
async_add_job
The text was updated successfully, but these errors were encountered:
Fixed with PR #72
Sorry, something went wrong.
No branches or pull requests
I'm seeing the following warning in my logs:
2024-05-14 18:34:21.557 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ideenergy' 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/ideenergy/init.py, line 103: hass.async_add_job(, please create a bug report at https://github.com/ldotlopez/ha-ideenergy/issuesThe text was updated successfully, but these errors were encountered: