Skip to content

Releases: bimmerconnected/ha_custom_component

Rebase to async library

21 Apr 19:36
Compare
Choose a tag to compare

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

Rebase to async library

15 Apr 16:23
Compare
Choose a tag to compare

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.fuel_percent to sensor.remaining_fuel_percent

Other changes

  • Parse - - as 0 for all remaining range indicators
  • Set HTTP timeouts to 10s

Rebase to async library

10 Apr 21:17
Compare
Choose a tag to compare

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.fuel_percent to sensor.remaining_fuel_percent

Other changes

  • Fix missing sensors remaining_battery_percent and remaining_fuel_percent

Rebase to async library

10 Apr 19:46
Compare
Choose a tag to compare

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

Rebase to async library

10 Apr 17:01
Compare
Choose a tag to compare

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
    • 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

Fix binary_sensor attributes

01 Apr 18:44
Compare
Choose a tag to compare

Requires Home Assistant >= 2022.2.

  • Fix binary_sensor attributes being unavailable

Fix lock status

31 Mar 20:17
Compare
Choose a tag to compare

Requires Home Assistant >= 2022.2.

  • (Should) fix lock status being unkown until lock/unlock was executed

Add `DataUpdateCoordinator`

27 Mar 19:53
Compare
Choose a tag to compare

Requires Home Assistant >= 2022.2.

Bump bimmer_connected to 0.8.10

17 Jan 16:52
e927295
Compare
Choose a tag to compare

Update to Home Assistant 2021.12.4

04 Jan 13:37
7a060b0
Compare
Choose a tag to compare

Update to Home Assistant 2021.12.4