You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: