Breaking change
- `MyBMWAccount.get_vehicles()` will by default get the vehicle list on initialization only. If new vehicles are added to your account, re-initialize `MyBMWAccount` or call `get_vehicles(force_init=True)`.
- `get_fingerprints()` has been moved from `bimmer_connected.account` to `bimmer_connected.api.utils`
What’s Changed
* Reduce API calls (486) rikroe
* Replace file I/O with aiofile (482) rikroe