-
Notifications
You must be signed in to change notification settings - Fork 141
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
Detected code that calls async_forward_entry_setup #1020
Comments
The warning I get is slightly different:
|
The same here on 2024.7.1: 2024-07-06 14:28:44.921 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration adaptive_lighting with title: and entry_id: , during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue. |
Dead Bas and supporters, Similar issue found in the logs: System info: Running in an VM. Let me know if additional information is required. |
|
Dears, first I want to say I highly appreciate your hard work. When will you release a versin that is delivering the bugfix? Is there any schedule yet? BR |
Have same issue 2024-10-22 09:44:04.998 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration adaptive_lighting with title: kitchen phillips and entry_id: 01JAQM9X1E76NVP3QT4HBRXVAA, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue. |
Logger: homeassistant.helpers.frame Detected that custom integration 'adaptive_lighting' calls async_forward_entry_setup for integration, adaptive_lighting with title: Adaptive Lighting and entry_id: , which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/adaptive_lighting/init.py, line 69: hass.async_create_task(, please create a bug report at https://github.com/basnijholt/adaptive-lighting/issues Adaptive Lighting v1.23.0 On going for many HA versions for months now. Home Assistant |
With 2024.7:
Detected code that calls async_forward_entry_setup for integration adaptive_lighting with title: <redacted> and entry_id: <redacted>, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
The text was updated successfully, but these errors were encountered: