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

Deprecating behavior for async_forward_entry_setup in 2025.1 & 2025.6 #94

Open
CjMullins87 opened this issue Dec 27, 2024 · 0 comments
Open

Comments

@CjMullins87
Copy link

Pending deprecation in 2025.1

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:156
First occurred: 6:26:50 PM (2 occurrences)
Last logged: 6:26:50 PM

Detected code that calls async_forward_entry_setup for integration sunpower with title: PVS 192.168.1.143 and entry_id: 01J7JESAWG9FYX4ZRM7Z1X5JYP, 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.

Pending deprecation in 2025.6:

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:189
First occurred: 6:26:50 PM (1 occurrences)
Last logged: 6:26:50 PM

Detected that custom integration 'sunpower' calls async_forward_entry_setup for integration, sunpower with title: PVS 192.168.1.143 and entry_id: 01J7JESAWG9FYX4ZRM7Z1X5JYP, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/sunpower/__init__.py, line 391: hass.async_create_task(, please create a bug report at https://github.com/krbaker/hass-sunpower/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant