Skip to content

Latest commit

 

History

History
241 lines (182 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

241 lines (182 loc) · 13.6 KB

Changelog

v1.9.0 (2022-03-23)

Feature

  • Update endpoints.json for version 4.5 (#286) (c9bc30b)

Fix

  • Remove get_bearer_token step (e22ebf3)
  • Remove get_bearer_token step (48dcae5)

v1.8.0 (2022-02-20)

Feature

v1.7.0 (2022-02-11)

Feature

  • Provide all data in home assistant sensor as json string (#279) (8c2a1f3)

v1.6.0 (2022-01-18)

Feature

  • Report installed_version in update_sensor (#274) (cf0c17d)

Fix

  • Fix get_location() so it updates if car facing north (#277) (784a4ed)

v1.5.0 (2022-01-14)

Feature

v1.4.2 (2021-12-28)

Fix

  • vins: Ensure vin is in saved state (77e2414)
  • energysites: Changing unknown grid status logic (5f92fc4)

Documentation

v1.4.1 (2021-12-08)

Fix

  • Allow specification of auth_domain (85babc8)

v1.4.0 (2021-12-05)

Feature

v1.3.0 (2021-12-05)

Feature

v1.2.1 (2021-10-22)

Fix

  • Reduce api calls to energysite (ddbe6eb)
  • Treat 408 exceptions as vehicle asleep (2f707d9)
  • Fix extraction of car_id from api call (4629b6f)

v1.2.0 (2021-10-20)

Feature

  • Add vin, id, and vehicle_id to online sensor (7f49f8f)

Documentation

v1.1.2 (2021-10-19)

Fix

  • Exit wake_up attempt if car not identified (7336092)
  • Remove extraneous kwarg product_type (8a986eb)

Documentation

  • Update documentation (8c67ba6)
  • Update documentation (006bc7a)
  • Update controller.command deprecation link (f17ad26)
  • Update formating of controller.api (186e1b1)
  • Update documentation (54acac5)

v1.1.1 (2021-10-17)

Fix

  • Fix bug when energy site name is null (#227) (348a42b)

v1.1.0 (2021-10-17)

Feature

  • Update to latest endpoints from 4.2.0 (074c35a)

v1.0.1 (2021-10-13)

Fix

  • Change product_type to kwarg (41ea289)

v1.0.0 (2021-10-09)

Feature

Breaking

  • Product_type added to functions (get, post, command) to differentiate between vehicles or energy sites. data_request rename to vehicle_data_request. (e9798b7)

v0.21.0 (2021-09-14)

Feature

  • Add id_token to connect() response and return correct refresh_token (#217) (6d837ed)

v0.20.0 (2021-09-04)

Feature

  • Add steering wheel and change heated seats to select (6ecd9df)

Fix

v0.19.1 (2021-09-03)

Fix

  • Update HA energy sensors (a14cc6f)

v0.19.0 (2021-08-13)

Feature

Fix

  • Fix multiple cookies error (150f6e2)
  • Fix multiple cookies error (8537158)
  • Fix casting of url for refresh_access_token (ba19cc1)

v0.18.3 (2021-05-01)

Fix

v0.18.2 (2021-05-01)

Fix

  • Fix attribute error in debug statement (48898f9)
  • Fix give up condition for command retries (8954299)
  • Fix get_authorization_code syntax (ef46aef)

v0.18.1 (2021-05-01)

Fix

  • Fix syntax errors due to httpx (cea4135)
  • Loosen dependency requirements (598d600)
  • Fix initialization of heated seats (#189) (ddde348)

v0.18.0 (2021-04-28)

Feature

v0.17.1 (2021-04-03)

Fix

  • Fix china authentication (45dec97)
  • Catch keyerror for missing seatwarmers (9436684)

Documentation

v0.17.0 (2021-04-02)

Feature

Documentation

v0.16.1 (2021-03-30)

Fix

  • Properly require updated authcaptureproxy (fb1b58e)

v0.16.0 (2021-03-29)

Feature

  • Use auth.cn as initial start (6b2ca52)

v0.15.1 (2021-03-20)

Fix

v0.15.0 (2021-03-02)

Feature

  • Add support for domain redirection (471ea16)

Fix

  • Fix mfa code handling (e005fcf)
  • Increase time for waf retry (31b56cc)
  • Reset waf retry count on successful login (6202eed)

v0.14.0 (2021-02-25)

Feature

Fix

  • Catch code even without redirect (37207ce)

v0.13.0 (2021-02-20)

Feature

Fix

Documentation

v0.12.3 (2021-02-14)

Fix

  • Increase delay for refresh and update message (af78a8b)

v0.12.2 (2021-02-14)

Fix

  • Fix requirement for authcaptureproxy (bfaccc7)

v0.12.1 (2021-02-13)

Fix

v0.12.0 (2021-02-13)

Feature

  • Add teslaproxy to capture oauth credentials (dd209d9)

Documentation

v0.11.5 (2021-02-02)

Fix

  • Address attribute error properly for form (11f59ea)

v0.11.4 (2021-02-02)

Fix

  • Check for existence of input field in form (613406e)

v0.11.3 (2021-01-31)

Fix

  • Detect missing name/password (c4f8c54)

v0.11.2 (2021-01-31)

Fix

  • Add bs4 as dependency for install (2a3c154)

v0.11.1 (2021-01-31)

Fix

v0.11.0 (2021-01-12)

Feature

Fix

  • Tests.* (subpackage) exclusion from installs (#116) (2d3ae90)