Skip to content

Rebase to async library

Compare
Choose a tag to compare
@rikroe rikroe released this 21 Apr 19:36
· 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.
    • To force a refresh of the whole integration, please use homeassistant.update_entity with any BMW entitiy
  • 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

  • Rebased to current Home Assistant dev branch