There is a bug introducing the clean-up commit 3c753a3.
Once you adding integration and enables full debug log:
It's failing with the following error:
2023-12-05 12:44:20.412 INFO (MainThread) [volkswagencarnet.vw_connection] Successfully logged in
2023-12-05 12:44:20.412 DEBUG (MainThread) [volkswagencarnet.vw_connection] Fetching vehicles associated with account
2023-12-05 12:44:20.412 DEBUG (MainThread) [volkswagencarnet.vw_connection] HTTP GET "https://emea.bff.cariad.digital/vehicle/v2/vehicles"
2023-12-05 12:44:21.108 ERROR (MainThread) [custom_components.volkswagencarnet.config_flow] Failed to login due to error: 'dict' object has no attribute 'text'
This PR revert back the change being done in the clean-up commit.
Hi @oliverrahner,
There is a bug introducing the clean-up commit 3c753a3.
Once you adding integration and enables full debug log:
It's failing with the following error:
This PR revert back the change being done in the clean-up commit.