-
Notifications
You must be signed in to change notification settings - Fork 34
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
New header is now required for accessing some data #151
Conversation
Toyota recently started to require this header.
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
=======================================
Coverage 94.59% 94.59%
=======================================
Files 27 27
Lines 1314 1314
=======================================
Hits 1243 1243
Misses 71 71
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
We may need to make a LTS release for the 0.7.* branch where this is included, as I don't have time to finish moving my Home Assistant integration to the new scheme in the near future (I am moving in two weeks). What do you think about that? I have never don that before, so I am unsure if it is a viable way 😃 |
@DurgNomis-drol I approved, the PR, because I wanted to have this fixed soon, because also my Domoticz plugin requires the new header. I do have a remark. You used '4.4.0' as the X_TME-APP-VERSION. However in my official Toyota MyT app on my phone, the version number is: 4.10.0. Shouldn't we use that '4.10.0' version? I'm aware that by changing the version number some details in the communication possibly could be different. This also raises the other question: Why did you specify '4.4.0' as the version? |
It is not a problem at all to maintain a separate 0.7 (LTS) branch. Also backporting this change into that 0.7 branch should be possible. Shall I configure and arrange it? |
|
@DurgNomis-drol Regarding:
Ok. Thanks, I will do. |
Toyota recently started to require this header. Fixes: DurgNomis-drol#152
* Update controller.py (#151) Toyota recently started to require this header. Fixes: #152 * Update controller.py Co-authored-by: Simon Hansen <[email protected]>
Toyota recently started to require this header.
DurgNomis-drol/ha_toyota#101