Skip to content

Releases: zabuldon/teslajsonpy

v0.2.0

13 Nov 07:36

Choose a tag to compare

Feature

  • add update_interval setting (c85f30c)
  • add charger current and voltage (96f0bfe)
  • convert to async (3bc94ad)

Performance

  • convert unnecessary async calls to sync (a827301)

v0.1.0

23 Oct 07:57

Choose a tag to compare

Feature

  • expose car_type and car_version for entities (7aa48d5)
  • add vehicle_config (15282e4)

Fix

  • change initial type from bool to dict (98b238b)
  • change behavior to wake cars on first update (6a0e433)

v0.0.26

20 Oct 08:07
673ecdb

Choose a tag to compare

Update repo documents and complete linting (#41)

* Truncate VIN and add display_name **breaks HA entities**

* Add sensor_type

* Fix ChargerConnectionSensor to reflect cable connection

* Begin adding test suites and linting

* Rename filenames to fix pylint snake_case errors

* Fix pylint errors and add initial linting

* Flesh out documentation and setup.py

* Fix import errors caused by case rename

* Fix call for built-in id instead of id_

* Add more verbose debugging for wrapper

* Cleanup redundant import

* Fix bug where list of online vehicles not updated (#39)

* Bump version to 0.0.25 (#40)

* Change to Apache-2.0 from WTFPL

* Bump version to 0.0.26

v0.0.25

06 Mar 04:39
d155358

Choose a tag to compare

  • Fix indentation for last_update polling of online vehicles. Fixes (#38)

v0.0.24

06 Mar 04:23
6768552

Choose a tag to compare

  • Add wake_up and retry logic decorators for get and post functions. Fixes (#16, #28)
  • Add wake_if_asleep parameter to avoid waking vehicles. Commands should set to True; updates to False. Resolves (#18)