Skip to content

Releases: thomasddn/ha-volvo-cars

v0.3.0-b0

12 Dec 16:20
Compare
Choose a tag to compare
v0.3.0-b0 Pre-release
Pre-release

What’s Changed?

✨ Improvements

  • There is now an option to choose the unit for fuel consumption (#1).
  • Added more exterior images under different angles.

🐛 Bugfixes

  • Diagnostic data is now properly formatted.

💻 Under the hood

  • Removed Pydantic dependency

v0.2.3

11 Dec 14:03
Compare
Choose a tag to compare

What’s Changed?

🐛 Bugfixes

  • Gracefully handle unsupported features (#1)

Full Changelog: v0.2.1...v0.2.2

v0.2.2

10 Dec 18:28
Compare
Choose a tag to compare

What’s Changed?

🐛 Bugfixes

  • Mark batteryCapacityKWH as optional (#1)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

08 Dec 12:37
Compare
Choose a tag to compare

What’s Changed?

🐛 Bugfixes

  • Allow pydantic version <2.0

v0.2.0

07 Dec 15:26
Compare
Choose a tag to compare

Coming from a previous version?

The repo had to be recreated under a different name. Please follow these steps:

  1. In your HA, go to the HACS overview and remove the current Volvo Cars repo from there.
  2. In your HA, go to devices and remove the current Volvo Cars integration.
  3. Restart HA.
  4. Follow installation instruction in the readme.

What’s Changed?

✨ Improvements

  • Time to service and Engine time to service are now always expressed in days.
  • Timestamp from API added as attribute

🐛 Bugfixes

  • Translations added for commands

💻 Under the hood

  • Typed API responses

💥 Breaking changes

  • engine_hours_to_service has been renamed to engine_time_to_service. The unit has changed from hours to days.
  • front_left_door has been renamed to door_front_left.
  • front_right_door has been renamed to door_front_right.
  • rear_left_door has been renamed to door_rear_left.
  • rear_right_door has been renamed to door_rear_right.
  • front_left_tyre has been renamed to tyre_front_left.
  • front_right_tyre has been renamed to tyre_front_right.
  • rear_left_tyre has been renamed to tyre_rear_left.
  • rear_right_tyre has been renamed to tyre_rear_right.
  • front_left_window has been renamed to window_front_left.
  • front_right_window has been renamed to window_front_right.
  • rear_left_window has been renamed to window_rear_left.
  • rear_right_window has been renamed to window_rear_right.
  • Binary sensor availability is now a regular sensor.