Skip to content

Releases: DurgNomis-drol/ha_toyota

v2.0.3 🌈

04 Apr 14:55
a4a1925
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bump mytoyota version to 2.1.1 and fix logging in HA @CM000n (#251)

🎲 Dependencies

v2.0.2 🌈

17 Feb 19:37
f602a1b
Compare
Choose a tag to compare

🔧 Code enhancements

  • Enhancement: Enable error logging for pydantic ValidationError @CM000n (#239)
  • Enhancement: Add Lexus to brand mapping @CM000n (#228)
  • Fix: "Use metric units" toggle has no effect and simplify sensor creation @CM000n (#219)

🐛 Bug Fixes

  • Fix: bump mytoyota to 2.1.0 and fix shopGenuinePartsUrl validation @CM000n (#237)
  • Fix: "Use metric units" toggle has no effect and simplify sensor creation @CM000n (#219)

🎲 Dependencies

v2.0.1 🌈

08 Feb 12:35
26110c9
Compare
Choose a tag to compare

🔧 Code enhancements

  • Enhancement: Remove constants that are deprecated in HA 2025.1 @CM000n (#215)

📝 Documentation

🎲 Dependencies

v2.0.0 🌈

14 Jan 20:09
8f7909a
Compare
Choose a tag to compare

🚨 🚨 🚨 Breaking changes ahead 🚨 🚨 🚨
⚠️ Read carefully! ⚠️

Version 2.0.0 of the toyota Custom Component now includes all customizations for the new Toyota oneapi!
This also means that this version is no longer compatible with your vehicle if you are still using the old MyT app! Before updating, please make sure that you are already using the new MyToyota app and that your vehicle has already been migrated to the new API.

The changes may not look big to you in terms of the Home Assistant sensors and entities, but there have been huge changes in the background!
Especially due to the great support of @GitOldGrumpy and @CM000n , there were more than 50,000 lines of code changed in the mytoyota Python Lib and the ha_toyota Home Assistant Custom Component to ensure compatibility with the new Toyota API.
But of course, as the initiator of the two projects, we should not forget to mention @DurgNomis-drol.

All these changes make it necessary for you to completely remove the previous Custom Component installation from your Home Assistant devices and HACS!
You should then perform a reboot and can then reinstall the custom component via HACS again.
⚠️

If you encounter any problems, please create an issue at: https://github.com/DurgNomis-drol/ha_toyota/issues

⚠️ Breaking changes

🚀 Features

🐛 Bug Fixes

🎲 Dependencies

v1.3.0 🌈

17 Dec 15:32
d3715a6
Compare
Choose a tag to compare

🚨 Attention Attention! 🚨
⚠️ Breaking changes ahead! (and more are expected to follow) ⚠️
⚠️ Please read carefully! ⚠️

As some of you have probably already noticed, Toyota has been switching from the previous "MyT" app to the new "MyToyota" App for some time now. A new Toyota Connected Service API was also introduced with this change.

As a result, the current Toyota Home Assistant Custom Integration < 1.3.0 will no longer work for anyone who has already been migrated to the new API by Toyota!

Version 1.3.0 of the custom integration contains a quick fix (#166) for all people who have already migrated to the new API. However, this also means that many of the previous functions will no longer be provided. Currently, version 1.3.0 of the custom integration only generates entities with standard vehicle information and some journey statistics.

Version 1.3.0 is also expected to be the last version that supports the old API of the MyT app. We are currently working hard to support the new MyToyota API in the Python lib on which the custom component is based ( DurgNomis-drol/mytoyota#242) and will continue to focus our work on this in the future. When the initial work on the Python lib is completed, we will also start to adapt the Toyota Custom Integration to the new API.

Remember, there is no official documentation on the API from Toyota and everything used here was found out by reverse engineering and trial and error!
This makes it impossible for us to support multiple versions in the future, which is why we will be focussing on the new API. We hope for your understanding.

If you have further questions, please use the thread in the Home Assistant forum (https://community.home-assistant.io/t/toyota-custom-integration/335139) or the discussion areas on the Github repo for the custom component (https://github.com/DurgNomis-drol/ha_toyota/discussions) or the Python lib (https://github.com/DurgNomis-drol/mytoyota/discussions).


v1.2.11 🌈

22 Feb 18:54
40b2367
Compare
Choose a tag to compare

v1.2.10 🌈

07 Dec 16:51
7afd17d
Compare
Choose a tag to compare

🐛 Bug Fixes

A huge thanks goes to @Iture for finding out what needed to be done. 🚀

v1.2.9 🌈

10 Apr 15:29
278b11d
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.2.8 🌈

29 Mar 13:35
e1cfdff
Compare
Choose a tag to compare

🐛 Bug Fixes

A huge thanks goes to joro75 over on the mytoyota repository for getting this fix!

v1.2.7 🌈

17 Jan 15:22
6d3e599
Compare
Choose a tag to compare

⚠ Breaking changes

  • Change "EV battery" sensor name to "EV battery status" due to confusion of what the sensor will report @DurgNomis-drol (#99)

🔧 Code enhancements

🐛 Bug Fixes