-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Deprecated alerts in Home Assistant #523
Comments
Donation bot here. Supporters can mark their interest in this issue by adding a comment You can become a donor by subscribing as Sponsor from the GitHub sponsorship page or from the BuyMeACoffee page. Issues marked by donors will be labeled accordingly and handled with special care |
+1 |
+1 Alerts appear on log showing integration is using code that won't be available on already released version: Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com/ and entry_id: 6d3cbf5030ed4e052972b9z9dc5b4dad, 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 HomeAssistant version: 2024.12.5 |
Describe the bug
A clear and concise description of what the bug is.
Your environment
HomeAssistant version: -- 13.2 --
Hassio Version (if applicable): -- 20241106.2 --
Hardware environment: -- HA OS --
Logs taken when the issue happened
Detected that custom integration 'meross_cloud' calls async_forward_entry_setup for integration, meross_cloud with title: https://iot.meross.com and entry_id: 01JD5GC7ZQKZEKRWBH00EMYR2F, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/meross_cloud/init.py, line 426: hass.async_create_task(
The text was updated successfully, but these errors were encountered: