Teslajsonpy

Latest version: v3.10.3

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 18

0.2.2

Fix

* fix(controller): convert old ids for commands ([`5aae7c4`](https://github.com/zabuldon/teslajsonpy/commit/5aae7c41e8c705f964a42ff39294c7c689aa7812))

* fix(controller): handle changing id from api
In some cases it appears the id will change. The controller now
transparently handles those changes. All internal dictionaries use the
vin to store data. ([`d8d11ed`](https://github.com/zabuldon/teslajsonpy/commit/d8d11ed94e201cfe7628ee1f30a1879977036f6c))

Style

* style: rename vehicle_id to car_id
The use of vehicle_id was confusing as it is a separate field in the
Tesla api ([`b1c9588`](https://github.com/zabuldon/teslajsonpy/commit/b1c958824099df66afc5681940473236dc653963))

0.2.1

Chore

* chore: update docstyle for init ([`64466df`](https://github.com/zabuldon/teslajsonpy/commit/64466dfc61991fb4047a91e5c3830cf52e7188e6))

Fix

* fix(controller): add lock for get_vehicles in update ([`4eb2855`](https://github.com/zabuldon/teslajsonpy/commit/4eb2855da23fdc86e0f96791f44d51c077046bb3))

0.2.0

Build

* build(pylintrc): lint tests directory ([`1e40a1a`](https://github.com/zabuldon/teslajsonpy/commit/1e40a1a98df6127d07edfe5afaf0f104d06e930f))

* build: add black ([`6c94425`](https://github.com/zabuldon/teslajsonpy/commit/6c94425255379d39cfbccd93f9cbead876b2459d))

Ci

* ci: enable semantic-release

Signed-off-by: Alan Tse <alandtsegmail.com> ([`79dc833`](https://github.com/zabuldon/teslajsonpy/commit/79dc833eae861e902a3c63402af4ff8149ce3488))

* ci: add pypi token

Signed-off-by: Alan Tse <alandtsegmail.com> ([`4d2abb4`](https://github.com/zabuldon/teslajsonpy/commit/4d2abb4a166002cad7ef1ca4efccf6bf6d08471f))

* ci: enable upload to pypi ([`ff4938e`](https://github.com/zabuldon/teslajsonpy/commit/ff4938e1e151176016830a093c5657ddf0dfaa61))

* ci: add semantic-release.yaml

Signed-off-by: Alan Tse <alandtsegmail.com> ([`ad276b5`](https://github.com/zabuldon/teslajsonpy/commit/ad276b503de55daa9926cca633aac18131bd8fae))

Feature

* feat: add update_interval setting ([`c85f30c`](https://github.com/zabuldon/teslajsonpy/commit/c85f30cbdac47b2072f9e0de2f6d39feae9fbcac))

* feat: add charger current and voltage ([`96f0bfe`](https://github.com/zabuldon/teslajsonpy/commit/96f0bfef4a12ba658897b8c0446c6d5cf321a7a5))

* feat: convert to async
This version contains numerous changes in addition to the async conversion. It includes a new charging sensor, support for oauth, performance tweaks, and incorporation of black for formatting.
BREAKING CHANGE: API calls now require async
Closes 44, 47 ([`3bc94ad`](https://github.com/zabuldon/teslajsonpy/commit/3bc94adc4990c45507c9b457aa129e39c3176d9a))

Performance

* perf: convert unnecessary async calls to sync ([`a827301`](https://github.com/zabuldon/teslajsonpy/commit/a827301e1fb06aea62f11a5ff85352fb5733ab4f))

Style

* style: black ([`8eaef85`](https://github.com/zabuldon/teslajsonpy/commit/8eaef8559b16c55ffe3c53532be30d9dade95c96))

* style: correct isort for teslajsonpy ([`7bd4ad1`](https://github.com/zabuldon/teslajsonpy/commit/7bd4ad112ce2a9ed80830523b987dd2acf58e14c))

Unknown

* Merge pull request 48 from alandtse/async

feat: convert to async ([`5d6fd92`](https://github.com/zabuldon/teslajsonpy/commit/5d6fd9233c2033debfccaae8c04a0c16306fabef))

0.1.0

Build

* build: add semantic-release ([`df2aa18`](https://github.com/zabuldon/teslajsonpy/commit/df2aa18eb493abd4323a9c9dec3b43af53b7441f))

* build(setup.py): change required python to >= 3.6 ([`e647257`](https://github.com/zabuldon/teslajsonpy/commit/e647257d05ae207a1844eab3622b21eb6434ba39))

Feature

* feat: expose car_type and car_version for entities ([`7aa48d5`](https://github.com/zabuldon/teslajsonpy/commit/7aa48d5578631ffbdd2f739ec86ee3ccec5636b3))

* feat: add vehicle_config ([`15282e4`](https://github.com/zabuldon/teslajsonpy/commit/15282e40eea70b503350a9e00d9362abd2f629d3))

Fix

* fix: change initial type from bool to dict ([`98b238b`](https://github.com/zabuldon/teslajsonpy/commit/98b238b68a2f5a1ae199fa8eb64035f402293032))

* fix: change behavior to wake cars on first update ([`6a0e433`](https://github.com/zabuldon/teslajsonpy/commit/6a0e4335f0682de9b4ca3253b3376562b7ea7f25))

Style

* style: address pylint errors ([`e5d59a9`](https://github.com/zabuldon/teslajsonpy/commit/e5d59a9ef5ed1c1428e32aaed814af41da562100))

* style: fix pylint errors ([`749a8b3`](https://github.com/zabuldon/teslajsonpy/commit/749a8b3b83969eb631367d701ab90e089c0628a1))

Unknown

* Merge pull request 46 from alandtse/config_entry

feat: add support for HA config flow ([`46596cc`](https://github.com/zabuldon/teslajsonpy/commit/46596ccb841b5edc93a63d436423c8f49762bb3c))

* doc: fix typo ([`d5c9336`](https://github.com/zabuldon/teslajsonpy/commit/d5c93363e158e369f9ae87782abef7001da1e720))

0.0.26

Unknown

* 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 ([`673ecdb`](https://github.com/zabuldon/teslajsonpy/commit/673ecdb5c9483160fb1b97e30e62f2c863761c39))

0.0.25

Unknown

* Bump version to 0.0.25 (40)

* Bump version ([`d155358`](https://github.com/zabuldon/teslajsonpy/commit/d15535865dc1a46519d43cbd22fe46bf4cdbc296))

* Fix bug where list of online vehicles not updated (39) ([`84c916c`](https://github.com/zabuldon/teslajsonpy/commit/84c916c120c4d0ce0be9e9f29adf2db0fa212f27))

Page 17 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.