Skip to content

Rebase to async library

Compare
Choose a tag to compare
@rikroe rikroe released this 10 Apr 19:46
· 8 commits to async 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

  • All services have been removed and replaced with the Button entities.
  • 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.remaining_range_total to sensor.remaining_range_combined
      • reverted to sensor.remaining_range_total
    • sensor.fuel_percent to sensor.remaining_fuel_percent

Other changes

  • Fix device_tracker not updating (fixes #35)
  • Fix button execution with DataUpdateCoordinator (fixes #35)
  • Fix manifest.json from 20220410.1