Skip to content

Releases: bimmerconnected/bimmer_connected

Use home dir for fingerprint data, enhancements and pbr for versioning

24 Apr 22:05
457770b
Compare
Choose a tag to compare

#178 Use home dir for fingerprint data
#174 General enhancement of docs, add cli documentation
#173 Use pbr for build & versioning

[BETA] Update endpoints, automated versioning and enhanced docs

15 Apr 19:16
7c6b0af
Compare
Choose a tag to compare

This is a pre-release to test the new BMW API endpoints. These include an enhanced authentification process and have other regional differences to the existing solution. While the rest_of_world region has been confirmed to work, us and china still need to be tested.

#175 Rebase endpoints & auth to newest Android app

Additionally, some maintenance changes have been included that focus on automated versioning and enhancement of the documentation:
#174 General enhancement of docs, add cli documentation
#173 Use pbr for build & versioning

Update PointOfInterest parameter for Home Assistant

01 Apr 12:42
f020b55
Compare
Choose a tag to compare

To enable a notify service to send messages and POIs from Home Assistant to the car, PointOfInterest parameters need to be in snake_case instead of camelCase.

#171 PointOfInterest parameters in snake_case

Fix sending messages from cli

30 Mar 19:21
6112c9d
Compare
Choose a tag to compare

#170 Fix sending messages from cli

Refactor send_message and send_poi for HomeAssistant

29 Mar 11:24
32e3536
Compare
Choose a tag to compare

#167 Refactor send_message and send_poi for HomeAssistant

Send message to car and send POI from OSM

21 Mar 00:41
078de82
Compare
Choose a tag to compare

Send message to car and send POI from OSM #164

Test release for PyPi

15 Mar 00:25
95453c7
Compare
Choose a tag to compare
Test release for PyPi Pre-release
Pre-release

Test automatic release on PyPi

Fix access for US and China

18 Feb 23:19
8e47da5
Compare
Choose a tag to compare

Fix access for US and China #155
Fix tests #152

Use customer.bmwgroup.com to get token

16 Feb 22:37
ef7b25e
Compare
Choose a tag to compare

Use customer.bmwgroup.com to get token (#151)
Fix getattr KeyError (#148)

Remove time.sleep

09 Nov 21:50
914a34e
Compare
Choose a tag to compare

Remove time.sleep while retrying on server 500 error. This is not allowed in HA thread pool since that risks exhausting the pool.