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

with the fix in #294 another deprication warning will be raised #295

Open
ChristophCaina opened this issue Jul 10, 2024 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers no-stale

Comments

@ChristophCaina
Copy link
Contributor

Please search issues in https://github.com/skodaconnect/skodaconnect and https://github.com/skodaconnect/homeassistant-skodaconnect for duplicates or fixes before reporting a new issue.

Describe the bug

Detected that custom integration 'skodaconnect' calls async_forward_entry_setup for integration,
skodaconnect with title: TMBJB7NY4NF047235 and entry_id: b9414cf02e2eb912fbb7407fea826e2c,
which is deprecated and will stop working in Home Assistant 2025.6,
await async_forward_entry_setups instead at custom_components/skodaconnect/__init__.py, line 257:
await hass.config_entries.async_forward_entry_setup(entry, component), please create a bug report at https://github.com/skodaconnect/homeassistant-skodaconnect/issues

Is this working in MySkoda app?*
Logout and login in the MySkoda app, preferably on Android.
Make sure that you have the latest app updates, sometimes there's new consent needed that will only show in latest app version.

Latest working release
If the problem started after updating to a new release, please state latest working release.

Debug logs
If applicable, add debug logs. See README on how to enable debug logs with response debugging.

Installation:

  • Home Assistant variant: [e.g. Hass OS, Docker, Core, Supervised]
  • Python version [e.g. 3.7, 3.8]
  • Python library versions ["python3 -m pip list"]

Additional context
Add any other context about the problem here.

@ChristophCaina ChristophCaina added the bug Something isn't working label Jul 10, 2024
@PaulAntonDeen
Copy link

As of 2024.8.0 the warning includes this: Detected code that calls async_forward_entry_setup for integration skodaconnect with title: xxx and entry_id: xxx, 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.

@dvx76 dvx76 added good first issue Good for newcomers no-stale labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers no-stale
Projects
None yet
Development

No branches or pull requests

3 participants