-
Notifications
You must be signed in to change notification settings - Fork 8
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
Warning in HomeAssistant Log #51
Comments
I'm seeing this, too. Are there any plans for fixing this? It would be a pity to not be able to upgrade HA to 2025.1 and beyond or loose the Rademacher Duofern integration 🥲 |
Small sigh of relief 🙂 Just out of interest: How much of an effort would it be to implement the suggested remedy? |
In my homeassistant instance it sill says deprecated at 2025.1... Maybe this bit can help? https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/ I am not very familiar with python, i think something needs to be changes here: |
@NicoDreamzZ which homeassistant version are you using? I just checked and on latest I still get 2025.6 for the deadline like in my screenshot above. |
I‘m currently on 2024.11.0, skipping every other update unless something of interest was being introduced.Am 14.11.2024 um 06:49 schrieb gluap ***@***.***>:
@NicoDreamzZ which homeassistant version are you using? I just checked and on latest I still get 2025.6 Screenshot_20241114-064716.png (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I am using 2024.11.1 |
If you like you could try the latest pyduofern-hacs prerelease, it should not have the warning any more. Once it's aged a bit and people have used it I'll upgrade it to a proper release. |
Sure, i downloaded the latest prerelease and did a complete reboot of my instance. All devices are working fine, and the warning is gone. |
Dumb question from an uninitiated HA user: Is there a straightforward way to install that prerelease via the HACS integration? |
Hey, i discovered the following warning in the HA Logs after restarting. Two Rademacher RolloTron devices are connected.
Detected code that calls async_forward_entry_setup for integration duofern with title: duofern and entry_id: 5ceeb6209d6d91bcffef2669250f657d, 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: