Skip to content
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

Logger warnings for deprecated code entries #124

Open
GGSSDD opened this issue Nov 27, 2024 · 1 comment
Open

Logger warnings for deprecated code entries #124

GGSSDD opened this issue Nov 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GGSSDD
Copy link

GGSSDD commented Nov 27, 2024

Hi,

I’ve had this logs for a while now, and decided to bring it to your attention.

Thank you.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:156
First occurred: 09:19:27 (22 occurrences)
Last logged: 09:20:03

Detected code that calls async_forward_entry_setup for integration, imou_life with title: Cruiser and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration, imou_life with title: Versa and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration, imou_life with title: Bullet and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration imou_life with title: Bullet and entry_id: <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.
@user2684 user2684 added the bug Something isn't working label Dec 2, 2024
@user2684 user2684 moved this from Backlog to High Priority in Imou Life Development Dec 2, 2024
@user2684
Copy link
Owner

user2684 commented Dec 2, 2024

Thanks, yes, this is something I need to fix on my side. It is still a warning so does not impact the operations of the integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: High Priority
Development

No branches or pull requests

2 participants