Skip to content

Latest commit

 

History

History
378 lines (284 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

378 lines (284 loc) · 21.9 KB

Changelog

v3.7.0 (2022-12-26)

Feature

  • Include TeslaExceptions for api retries (#382) (63700b9)

v3.6.0 (2022-12-21)

Feature

  • Add pedestrian speaker and remote_boombox (#385) (81cbb13)

v3.5.1 (2022-12-11)

Fix

v3.5.0 (2022-12-10)

Feature

Fix

v3.4.1 (2022-12-05)

Fix

v3.4.0 (2022-12-02)

Feature

  • Add auto seat climate command and properties (#371) (21c5ff3)

v3.3.0 (2022-11-30)

Feature

v3.2.2 (2022-11-22)

Fix

v3.2.1 (2022-11-21)

Fix

  • Keep existing vehicle config when asleep/offline (#363) (92774e9)

v3.2.0 (2022-11-20)

Feature

  • Add usable_battery_level method in TeslaCar #361 (abf0d08)

v3.1.0 (2022-11-02)

Feature

  • Add window control and binary sensor (#357) (29fabf7)
  • Add tpms, door and window properties (e66ff45)

Fix

  • Check energysite_id in _grid_status_unknown (d828ab4)

v3.0.0 (2022-10-12)

Feature

  • Add support for solar systems and powerwall (#341) (5827dc9)

Breaking

  • HomeAssistant specific code has been moved out. The API is now just a communication layer (5827dc9)

v2.4.5 (2022-10-09)

Fix

v2.4.4 (2022-08-29)

Fix

  • Handle missing grid_status key(#346) (8c8f727)

v2.4.3 (2022-08-27)

Fix

  • Fix grid status and load sensor issues (#343) (d815446)

v2.4.2 (2022-08-17)

Fix

v2.4.1 (2022-08-13)

Fix

  • Revert solar power name to prevent breaking change (#336) (bf02629)

Documentation

v2.4.0 (2022-08-05)

Feature

v2.3.0 (2022-07-10)

Feature

  • Update endpoints and agent to v4.10 (ba11467)

Fix

v2.2.1 (2022-05-26)

Fix

  • Improve handling on 0 Watts spurious power reads (#317) (213a8e2)

v2.2.0 (2022-05-02)

Feature

  • Update endpoints.json to app version 4.7.0 (#314) (4296ec2)

v2.1.0 (2022-04-26)

Feature

v2.0.3 (2022-04-24)

Fix

  • Fix error for cars without heated steering wheels and seats (b5cf9bb)

v2.0.2 (2022-04-24)

Fix

  • Remove duplicate ChargeStateDataSensor (#306) (965bd9e)

v2.0.1 (2022-04-04)

Fix

  • Add enabled_by_default to EnergySiteDevice (4a098a0)

v2.0.0 (2022-03-27)

Feature

  • Add homelink support for HA (242eb35)

Fix

  • Create json sensors for vehicle data (#299) (d692a15)

Breaking

  • Online sensor will no longer have json vehicle data. Any scripts that relied on that json data will need to use the newer sensors. They will need to be enabled. (d692a15)

v1.10.0 (2022-03-25)

Feature

  • Force update on next poll on enable update (2b6bd5d)

Fix

  • Fix last_reset calculation to reset only if new value is lower (#297) (6103eb4)

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)