Skip to content
New issue

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

Home Assistant calls async_add_job, which is deprecated #35

Open
misa1515 opened this issue Apr 27, 2024 · 1 comment
Open

Home Assistant calls async_add_job, which is deprecated #35

misa1515 opened this issue Apr 27, 2024 · 1 comment

Comments

@misa1515
Copy link
Contributor

Reported issue showed in Home Assistant
• Detected that custom integration 'ventoptimization' 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/ventoptimization/init.py, line 15: await hass.async_add_job(hass.config_entries.async_forward_entry_setup(entry, SENSOR_DOMAIN)), please create a bug report at https://github.com/HrGaertner/vent-optimization/issues/
• Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues

@HrGaertner
Copy link
Owner

Sorry I must have overlooked this issue. It is hopefully fixed in the main branch now. Can you test it if it removes the warning for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants