Rebase to async library
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
- To force a refresh of the whole integration, please use
- Removed
binary_sensor.lights_parking
(not provided by API anymore) - Renamed sensors to streamline them:
sensor.charging_level_hv
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Rebased to current Home Assistant
dev
branch