Skip to content

20220522.1

Compare
Choose a tag to compare
@rikroe rikroe released this 22 May 14:02
· 48 commits to master since this release

This release provides some fixes to the DataUpdateCoordinator and introduces some breaking changes due to the migration to the async version of the library (bimmer_connected>=0.9.0).

Breaking changes

  • Removed binary_sensor.lights_parking (not provided by API anymore)
  • Renamed sensors to streamline them:
    • sensor.charging_level_hv to sensor.remaining_battery_percent
    • sensor.fuel_percent to sensor.remaining_fuel_percent

Other changes

  • Update bimmer_connected to 0.9.0b17
  • Code quality changes from HA PR