Skip to content

Releases: bimmerconnected/ha_custom_component

20220814.1

14 Aug 13:04
Compare
Choose a tag to compare

What's changed

20220716.1

16 Jul 08:29
Compare
Choose a tag to compare

What's changed

20220603.1

03 Jun 10:30
580826f
Compare
Choose a tag to compare

What's changed

  • Bump bimmer_connected to 0.9.4

20220529.1

29 May 18:31
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

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

Other changes

  • Bump bimmer_connected to 0.9.3, fix units

20220528.1

28 May 17:06
6c66d0e
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

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

Other changes

  • Bump bimmer_connected to 0.9.2

20220525.1

24 May 18:50
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

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

Other changes

  • Bump bimmer_connected to 0.9.0
  • Rely on library timeout only
  • Migrate renamed entries

20220522.1

22 May 14:02
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

  • 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

  • Update bimmer_connected to 0.9.0b17
  • Code quality changes from HA PR

20220521.2

21 May 14:56
c4821c3
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

  • 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

  • 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

21 May 14:21
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

  • 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

  • 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

11 May 19:23
3a7c900
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

  • 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

  • Update bimmer_connected to 0.9.0b10 (fixes china login)
  • Use correct branch