Releases: bimmerconnected/ha_custom_component
BETA for MyBMW API: Fix vehicle updates, fix old sensor issues
This updates to bimmer_connected==0.8.0b7
to fix:
- vehicles not being updated
- error messages in logs for old sensors (
ALL_TRIPS
andLAST_TRIP
) - add back
fuel_percent
sensor
Please also see the release notes of the 20211113.1 for breaking changes.
BETA for MyBMW API: Fix date parsing on Python 3.6
This updates to bimmer_connected==0.8.0b5
to fix date parsing on Python 3.6.
Please also see the release notes of the 20211113.1 for breaking changes.
BETA for MyBMW API: Fix command line
This updates to bimmer_connected==0.8.0b4
to fix command line issues.
Please also see the release notes of the 20211113.1 for breaking changes.
BETA for MyBMW API: Fix command line
This updates to bimmer_connected==0.8.0b3
to fix command line issues.
Please also see the release notes of the 20211113.1 for breaking changes.
BETA for MyBMW API: First release
This release is the first draft to test changes made to accomodate the MyBMW APIs instead of the old Connected Drive APIs.
BMW as well as MINI vehicles should be supported.
Breaking change
There are some breaking changes in the library, please see bimmer_connected==0.8.0b2
.
Unfortunately, we aren't able to support china
for the moment.
Notes
- This custom component should be installable on any Home Assistant >= 2021.11.0.
- Please note that this is a beta release. Please let us know what doesn't work by creating issues and providing fingerprints!
- If your car (or rather: your My BMW app) has more information than we are showing, please let us know as well!
Fingerprints
We are looking to get some specific fingerprints from:
- EVs in different states of charging (different charging boxes, power, etc.)
- One or two Minis (fingerprinting them they should work now as well).
Please add these fingerprints in our existing discussion at bimmerconnected/bimmer_connected#327.
BETA for MyBMW API: Fix vehicle updates
This updates to bimmer_connected==0.8.0b6
to vehicles not updating after initialization.
Please also see the release notes of the 20211113.1 for breaking changes.
Enable My BMW fingerprint
Update to bimmer_connected==0.7.22
Add version to manifest.json
Add version
to manifest.json
(see https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions)
Rebase to HA 2021.10.0, add stop AC service
- Update to HA
2021.10.0
- Add service
bmw_connected_drive.deactivate_air_conditioning
to stop air conditioning (if car supports this)
Version for HA 2021.9
Changed sensor.py
according to https://github.com/home-assistant/core/pull/48261/files#diff-58dcc591bbd6b0e56a5d7f1b6b1a4d38486cba28db575070dac071668ba9919a to work with HA 2021.9