Closed ChristophCaina closed 4 months ago
Are you sure the fix is correct, base on this? https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/ The code should be changed with something like:
for component in components:
coordinator.platforms.append(component)
hass.async_create_task(
hass.config_entries.async_forward_entry_setups(entry, components)
)
IMPORTANT NOTE
This integration currently only supports the old Skoda API compatible with the old Skoda Essentials App.
If you are unable to use the Skoda Essentials account the integration will not work for you. This is the case for new vehicles and/or Skoda accounts.
We are aware the Skoda Essentials app is being deprecated and are working on updating the integration to be compatible with the new API / MySkoda app, but this is a major piece of development work.
Please do not open new issues for this.
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 HA 2024.7.0b4 is reporting the following warning:
**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:
Additional context Add any other context about the problem here.