Skip to content

Latest commit

 

History

History
403 lines (243 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

403 lines (243 loc) · 19.3 KB

Changelog

v3.7.1 (2022-12-18)

Fix

  • Fix seat map for auto climate command (#435) (c96e5b0)

Documentation

  • Update readme with new features (8a518c9)

v3.7.0 (2022-12-11)

Feature

v3.6.1 (2022-12-11)

Fix

  • Use old pressure consts for ha < 2022.11 (#418) (ad9c41c)

v3.6.0 (2022-12-09)

Feature

Fix

  • Always show charge energy for current and last session (#414) (be6c1f0)
  • Fix arrows for window cover (#407) (108567c)
  • Turn climate on when turning seat heater on (#406) (78e90e4)

v3.5.2 (2022-12-03)

Fix

  • Don't round when tpms is unavailable (#398) (f5a3b0d)

v3.5.1 (2022-12-03)

Fix

v3.5.0 (2022-12-01)

Feature

v3.4.0 (2022-11-30)

Feature

v3.3.2 (2022-11-29)

Fix

  • Use utc time zone for charge complete sensor (f13c618)

v3.3.1 (2022-11-27)

Fix

  • Change timestamp calculation (5f92774)

v3.3.0 (2022-11-27)

Feature

  • Add time to full charge sensor (#349) (fbcf5fe)
  • Show software update statuses in version info (#370) (fac9dd1)

Fix

  • Handle unresponsive cars/systems during setup (4d1270b)

v3.2.0 (2022-11-21)

Feature

Fix

  • Persist entities when reloaded while car is asleep (#365) (f0fc6e4)
  • Fix usable_battery_level to match app (#362) (c9e4abb)
  • Update car-asleep binary sensor icon (#364) (30f319c)

v3.1.0 (2022-11-14)

Feature

Fix

v3.0.2 (2022-10-27)

Fix

  • Add missing close_cover for frunks (3257775)

v3.0.1 (2022-10-24)

Fix

v3.0.0 (2022-10-22)

Feature

  • Rewrite to add support for energy sites (#250) (6a1f9c3)

Breaking

  • This is a rewrite. Multiple entitiy_ids were changed. It is recommended you remove and reinstall. Changed trunk, frunk and charger door from lock to cover entities. Created separate sensor (TeslaCarChargerPower class) for charger power. Moved charger amps, charger volts and charger phases extra state attributes to the new charger power sensor. Moved added range extra state attributes to the charger energy added sensor. (6a1f9c3)

Documentation

v2.4.4 (2022-10-10)

Fix

  • Fix keyerror charge_to_max_range (0aa02c1)

Documentation

v2.4.3 (2022-09-11)

Fix

v2.4.2 (2022-08-29)

Fix

v2.4.1 (2022-08-27)

Fix

  • Bump teslajsonpy to fix solar naming (#249) (26658bd)

v2.4.0 (2022-08-13)

Feature

  • Add solar power, grid power, load power sensors (57d6095)

v2.3.1 (2022-07-10)

Fix

  • Use json in post requests (867475f)

Documentation

v2.3.0 (2022-05-29)

Feature

  • Add support for async_remove_config_entry_device (#218) (562c1b0)

Fix

  • Improve handling on 0 Watts power reads (bf94f3b)
  • Switch to non-deprecated async_get instead (#217) (f82e030)
  • Use default if scan_interval settings missing (0d3d4ce)

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