Releases: bimmerconnected/ha_custom_component
20220814.1
What's changed
- Add release drafter (7471995)
- Bump bimmer_connected to 0.10.2 (home-assistant/core#76751) (15cb0ab)
- Fix displayed units for BMW Connected Drive (home-assistant/core#76613) (5ecee66)
- Fix non-awaited coroutine in BMW notify (home-assistant/core#76664) (36857a9)
- Remove
charging_time_label
sensor in BMW Connected Drive (home-assistant/core#76616) (48b210a) - Add state to CheckControlMessages in bmw_connected_drive (home-assistant/core#75802) (48d8bb3)
- Update README.md minimum HA requirement (05b3356)
20220716.1
What's changed
- Update to Home Assistant 2022.7.5 (5780e60)
- Add diagnostics to bmw_connected_drive (home-assistant/core#74871) (bb01997)
- Remove unneeded charging_status attribute in bmw_connected_drive binary sensor (home-assistant/core#74921) (712bac1)
- Force
_attr_native_value
to metric in bmw_connected_drive (home-assistant/core#75225) (9c05001) - Bump bimmer_connected to 0.10.1 (home-assistant/core#75287) (66ab97d)
- Update README.md minimum HA requirement (05b3356)
20220603.1
What's changed
- Bump bimmer_connected to 0.9.4
20220529.1
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 (should be automatically migrated if you haven't used the custom component before):
sensor.charging_level_hv
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Bump bimmer_connected to 0.9.3, fix units
20220528.1
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 (should be automatically migrated if you haven't used the custom component before):
sensor.charging_level_hv
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Bump bimmer_connected to 0.9.2
20220525.1
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 (should be automatically migrated if you haven't used the custom component before):
sensor.charging_level_hv
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Bump bimmer_connected to 0.9.0
- Rely on library timeout only
- Migrate renamed entries
20220522.1
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
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Update bimmer_connected to
0.9.0b17
- Code quality changes from HA PR
20220521.2
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
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Update bimmer_connected to
0.9.0b16
- Rebased auth, should fix periodic china login issues and refresh_token issues in NA & RoW.
- Fully typed
20220521.1
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
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Update bimmer_connected to
0.9.0b15
- Rebased auth, should fix periodic china login issues and refresh_token issues in NA & RoW.
- Fully typed
20220511.2
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
tosensor.remaining_battery_percent
sensor.fuel_percent
tosensor.remaining_fuel_percent
Other changes
- Update bimmer_connected to
0.9.0b10
(fixes china login) - Use correct branch