-
Notifications
You must be signed in to change notification settings - Fork 37
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
Validation error for shopGenuinePartsUrl
in VehiclesResponseModel
#236
Comments
I am now getting this too on HA 2024.2.1 and v2.0.1 of the component. |
+1 |
2 similar comments
+1 |
+1 |
Same problem on Home Assistant 2024.02.1 |
+1 |
1 similar comment
+1 |
This is the upstream PR for this in the mytoyota package. DurgNomis-drol/mytoyota#331 |
I am also getting this exact validation error. Post the error I loaded the Toyota app and it required me to agree to altered T&Cs before I could proceed. I did and logged onto the app successfully. However this did not unlock the HA add on. It may be coincidental but I suspect Toyota changed the logon routines. |
There is already a fix in place, that just has to be approved: #237 This has nothing to do with a changed logon process. They have updated the API content (again) and now some information is missing which before was always delivered. |
shopGenuinePartsUrl
in VehiclesResponseModel
Same problem with Core v.2024.1.5 : All entities unavailable. |
I was a little bit impatient for the fix to be released in the main branch/hacs and implemented it manually on my install. In the file
to:
Don't forget to restart HASS to reload the new dependencies. |
thanks a lot It worked, it seems than the plate is now gone from the new API? cheers, |
Fantastic, thank you very much for the adjustment, everything is fine
now 👍👍👍
Op do 15 feb 2024 om 15:49 schreef Arnav Jain ***@***.***>:
… I was a little bit impatient for the fix to be released in the main
branch/hacs and implemented it manually on my install.
In the file hass_config/custom_components/toyota/manifest.json change the
last few lines from:
"requirements": [
"mytoyota==2.0.0",
"arrow"
],
"version": "2.0.1"
}
to:
"requirements": [
"mytoyota==2.1.0",
"arrow"
],
"version": "2.0.2"
}
—
Reply to this email directly, view it on GitHub
<#236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLBMGBP6LFQ4VVVWDO2FFLYTYN53AVCNFSM6AAAAABDE3BVEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBWGI2DQMRUGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
Home Assistant integration fails with the error included in Additional Context
All my sensors are in Unknown state
To Reproduce
Issue happened after update of ha_toyota integration on 2/11/2014.
Last commit ID: 26110c9
Home Assistant Core 2024.1.3
Frontend 20240104.0
Expected behavior
Integration should pull the data from Toyota API.
Additional context
The text was updated successfully, but these errors were encountered: