Skip to content

Bugfixes for MyBMW

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 22:57
· 159 commits to master since this release

What’s Changed

  • Bugfixes for 0.8.2 @rikroe
    • Force english responses (especially for china)
    • Store response from VEHICLE_FINDER service in VehicleStatus (important for older cars that do not report vehicleLocation in their status)
      • IMPORTANT: This will only work if bimmer_connected is imported into a Python module/file, as the is not stored when using bimmerconnected cli.
      • You have to specify your location, e.g. via the command line interface. When using HomeAssistant, the location of your HA instance will be used (note that the integration has to be reloaded after a HA location change).
    • Fix AM/PM parsing of charging_time_remaining
    • Add additional charging_end_time property
    • Fix Python 3.6 tz-issues
  • Migrate CI pipeline to Github Actions @rikroe, @gerard33