-
Notifications
You must be signed in to change notification settings - Fork 36
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
async_forward_entry_setup stop working in HA 2025.1 #193
Comments
Same in the logs. Posted below. entity_id is omitted by me.
|
Any chance to get this fixed @kvj? |
THat would be great if it could be fixed |
Hi, I have been looking at how this was solved in other integrations and this might do the job. I haven’t tested it though, but happy to install a beta any time. In for p in PLATFORMS:
hass.async_create_task(hass.config_entries.async_forward_entry_setup(entry, p))
return True by await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
return True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Home Assistant Log Warning:
Detected code that calls async_forward_entry_setup for integration nuki_ng with title: xxxxxx and entry_id: yyyyyyy, 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: