Skip to content

Latest commit

 

History

History
268 lines (141 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

268 lines (141 loc) · 10.4 KB

Changelog

v2.2.1 (2022-05-02)

Fix

  • Check vin before adjusting climate devices (#208) (5c81955)

v2.2.0 (2022-04-30)

Feature

  • Enable heated seat and steering wheel entities automatically (#205) (ed975f3)

v2.1.1 (2022-04-24)

Fix

  • Bump teslajsonpy to 2.0.3 (5ca3899)

Documentation

  • Change HA documentation link to wiki (98650f4)

v2.1.0 (2022-04-24)

Feature

  • Add support for Heated Steering Wheel and Seats (#188) (c052539)

Fix

v2.0.2 (2022-04-23)

Fix

  • Address sensor breaking change (abc98f9)

v2.0.1 (2022-04-05)

Fix

  • Bump teslajsonpy to 2.0.1 (bab521c)

v2.0.0 (2022-03-27)

Feature

  • Add trigger homelink button (disabled by default) (#168) (0a39370)

Fix

  • Create json sensors for vehicle data (d13f828)

Breaking

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

v1.7.0 (2022-03-25)

Feature

  • Force update when enabling polling switch (0aca7a8)

Fix

  • Fix polling switch enable api call (42f01d4)

v1.6.2 (2022-03-23)

Fix

  • Bump teslajsonpy to 1.9.0 (269e08c)

v1.6.1 (2022-03-14)

Fix

  • Disable forced updated for device trackers (#158) (407d44e)

Documentation

  • Note how to turn on climate via a scene (#155) (6da0204)

v1.6.0 (2022-02-23)

Feature

  • Add set by vin to update polling interval service (#149) (f278680)
  • Allow minimum dataCoordinator update interval at 10 seconds (#148) (0d87757)

Documentation

v1.5.0 (2022-01-15)

Feature

Documentation

  • Add chromium-tesla-token-generator to app list (#123) (33663fb)

v1.4.0 (2021-12-11)

Feature

  • Add horn and flash lights buttons (#114) (1c39e63)
  • Expose charge_current_request_max attribute (#110) (a589539)

Fix

  • Allow specifying auth_domain (22817bd)
  • Update ha state on command success (6ede864)

Refactor

v1.3.2 (2021-11-22)

Fix

Documentation

  • Add add integration link to info.md (5dd66ec)
  • Add add-integration badge (4ae8227)

Refactor

  • Use http.HTTPStatus instead of const.HTTP_* (#87) (25466ce)

v1.3.1 (2021-10-22)

Fix

  • Bump telsajsonpy to 1.2.1 (a0723a4)

v1.3.0 (2021-10-21)

Feature

  • Bump teslajsonpy to 1.2.0 (7a1a1b6)

Documentation

v1.2.1 (2021-10-19)

Fix

  • Bump teslajsonpy to 1.1.2 (697bb3e)

v1.2.0 (2021-10-18)

Feature

  • Add tesla_custom.api service (295ed08)

Documentation

v1.1.2 (2021-10-18)

Fix

  • Bump teslajsonpy to 1.1.1 (ea5487)

v1.1.1 (2021-10-13)

Fix

  • Bump teslajsonpy to 1.0.1 (f41061c)

v1.1.0 (2021-10-11)

Feature

Documentation

v1.0.0 (2021-09-11)

Feature

  • Replace oauth proxy login with refresh token (9ccb71e)

Fix

  • Rename update switch to polling switch (b09825c)

Breaking

  • update_switch has been renamed to polling_switch. While the UI name will change immediately if you have not modified it, the entity_id should not change unless you remove and reinstall the component. (b09825c)

Documentation

  • Update documentations for refresh tokens (f4ac729)

v0.2.1 (2021-09-03)

Fix

  • Update energy sensor for HA 2021.9 (9cb6806)

v0.2.0 (2021-08-13)

Feature

  • Add charger_power attribute to rate sensor (66228d1)
  • Add energy added sensor (3b83613)

Fix

  • Bump teslajsonpy to 0.19.0 (7efd7a1)

v0.1.5 (2021-05-01)

Fix

v0.1.4 (2021-05-01)

Fix

  • Fix additional httpx syntax errors for reauth (f10809a)

v0.1.3 (2021-05-01)

Fix

v0.1.2 (2021-04-30)

Fix

v0.1.1 (2021-04-30)

Fix

  • Change structure to not override core (f173b68)

Documentation

  • Update instructions for upgrading from core (3b67b24)

v0.1.0 (2021-04-29)

Feature