Teslajsonpy

Latest version: v3.10.3

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

Scan your dependencies

Page 16 of 18

0.6.0

Documentation

* docs: add initial developer info ([`1d0a5cb`](https://github.com/zabuldon/teslajsonpy/commit/1d0a5cbbc05805a479774510000998c54e5ee9e4))

Feature

* feat: add sentry mode availability flag (66) ([`d1f9199`](https://github.com/zabuldon/teslajsonpy/commit/d1f9199c0c30a61521004db859a782d45d8126c3))

Unknown

* Merge pull request 65 from alandtse/developers

docs: add initial developer info ([`ab89698`](https://github.com/zabuldon/teslajsonpy/commit/ab89698819ed69aaff88c998a1bfbcdaecbacd41))

0.5.1

Unknown

* Merge pull request 60 from zabuldon/dependabot/pip/bleach-3.1.1

build(deps): bump bleach from 3.1.0 to 3.1.1 ([`a7bcc07`](https://github.com/zabuldon/teslajsonpy/commit/a7bcc07106e3f4f39910fdac307af93404a87d44))

* Merge pull request 64 from alandtse/relocking

fix: remove checks for state for lock/unlock ([`9c826ad`](https://github.com/zabuldon/teslajsonpy/commit/9c826ad98be306cf4084c5b2a7eeb71753b899e7))

0.5.0

Build

* build(deps): bump bleach from 3.1.0 to 3.1.1

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot[bot] <supportgithub.com> ([`715b915`](https://github.com/zabuldon/teslajsonpy/commit/715b91559ad09de5dae55eb142422c1b4202cec7))

Feature

* feat: add sentry mode switch to fix issue 43 ([`1aadef3`](https://github.com/zabuldon/teslajsonpy/commit/1aadef3896a66bb308c5d479b78bbd0a420a6a37))

Fix

* fix: remove checks for state for lock/unlock
Tesla will automatically relock so the lock state may not match the internal known
state and prevent a lock/unlock. ([`bc0dca9`](https://github.com/zabuldon/teslajsonpy/commit/bc0dca92694d3d1e7876c3dc4a127b7098f1afa4))

Unknown

* Merge pull request 61 from hobbe/feat/sentry-mode

feat: add sentry mode switch
closes 43 ([`c574ab0`](https://github.com/zabuldon/teslajsonpy/commit/c574ab0ff725fbc6855949ddc34e6c14c445356e))

0.4.0

Documentation

* docs: fix property documentation ([`c414ae7`](https://github.com/zabuldon/teslajsonpy/commit/c414ae7712053e8a2114b8efe3d7c994bd42a16f))

* docs: streamline debug messages ([`3342d67`](https://github.com/zabuldon/teslajsonpy/commit/3342d67a52a4c0ef88ef22858f58a5e47ee07384))

* docs: add additional websocket logging ([`690af0e`](https://github.com/zabuldon/teslajsonpy/commit/690af0e9fae925d388d2d8fb508a2c784e4c7b68))

* docs: fix typos ([`f38d2e6`](https://github.com/zabuldon/teslajsonpy/commit/f38d2e69b9145b1dcc945fa19215814205a4e0ff))

* docs: update websocket_connect documentation ([`91546aa`](https://github.com/zabuldon/teslajsonpy/commit/91546aab04091cbfcf2f16bc35d938ec79e59178))

Feature

* feat: expose expiration for oauth ([`0e116c3`](https://github.com/zabuldon/teslajsonpy/commit/0e116c366bc3ac4fdd8300f6781e2da8c551cf00))

* feat: expose charge_energy_added ([`249a25c`](https://github.com/zabuldon/teslajsonpy/commit/249a25c1aeb1c4650de0d25a096c9b8292ae946d))

* feat: add wake_if_asleep param to update ([`500968a`](https://github.com/zabuldon/teslajsonpy/commit/500968a04b5773e4c2e63a49192dd4fc5c935a7a))

* feat: add option to enable websockets ([`b2717e8`](https://github.com/zabuldon/teslajsonpy/commit/b2717e8906ec118baa62450ff2c7317b2d9d0028))

* feat: expose charger_phases ([`07c69e3`](https://github.com/zabuldon/teslajsonpy/commit/07c69e3d2ed002ecdd90b794adb0b87277661100))

* feat: change to adaptive algorithm based updates
Instead of polling for a set SCAN_INTERVAL, the new algorithm will
determine if the car has recently parked and update normally for the
IDLE_INTERVAL (600). After the idle period is complete, updates are
throttled to the SLEEP_INTERVAL until the car is asleep. There is now a
regular ONLINE_INTERVAL (60) check which does not query the car and
will immediately detect if a car has become awake to resume updates. ([`d7b1f5c`](https://github.com/zabuldon/teslajsonpy/commit/d7b1f5c9bf83935940cf0d7ef4d2cf0f04d6feda))

* feat: add callback register for websocket ([`a9e33c1`](https://github.com/zabuldon/teslajsonpy/commit/a9e33c1af7109081097a726738c6fdb186f6cc7e))

* feat: add websocket connection
Closes 25 ([`7719abb`](https://github.com/zabuldon/teslajsonpy/commit/7719abb5103fd862707eeab7fada783f8993f07c))

Fix

* fix: enable native_type gps ([`21c919e`](https://github.com/zabuldon/teslajsonpy/commit/21c919eff33cedc5ca8148e51300c5c5f69055cc))

* fix: update websocket subscribe and retry
This is the subscribe command from the latest app ([`d3afe61`](https://github.com/zabuldon/teslajsonpy/commit/d3afe61fea7c216a509fd630dea85dff0728a081))

* fix: force further delay in backoff ([`4d07e07`](https://github.com/zabuldon/teslajsonpy/commit/4d07e07723deb35e1ce9ca4ba4c8ab4052cdae79))

* fix: handle malformed websocket data ([`95badc2`](https://github.com/zabuldon/teslajsonpy/commit/95badc278846bbfede21a63846b77dd16a2fd05f))

* fix: add vehicle_unavailable exception ([`166013c`](https://github.com/zabuldon/teslajsonpy/commit/166013ca75bcb45962113f2a58982af54bacf4dd))

* fix: prevent update for in_service cars ([`606c11e`](https://github.com/zabuldon/teslajsonpy/commit/606c11ee0571e7cdc57b199e6409106a531340d1))

* fix: fix handling of could_not_wake_buses ([`990ee3d`](https://github.com/zabuldon/teslajsonpy/commit/990ee3d497d49110421592e52a3b3551a815eb1e))

* fix: further fine tune adaptive checking ([`5f1e34d`](https://github.com/zabuldon/teslajsonpy/commit/5f1e34d351a5e9268924bfb591730752b7b01b25))

* fix: fix saving of websocket battery level ([`8907238`](https://github.com/zabuldon/teslajsonpy/commit/890723838316c352573c9f7c1ced3dba667696c0))

* fix: export OnlineSensor ([`8483a20`](https://github.com/zabuldon/teslajsonpy/commit/8483a2078b4cb3c8263447eba3c7b06a20793823))

* fix: increase minimum retry delay to 15 seconds ([`fad88bc`](https://github.com/zabuldon/teslajsonpy/commit/fad88bc11337c6517a99db28154a668b2e506caa))

* fix: save raw_online_state on updates ([`5cf5c17`](https://github.com/zabuldon/teslajsonpy/commit/5cf5c178704527c5fd4fcc65f77b3de8c60bbc53))

Refactor

* refactor: change default value to None ([`4ec8d9b`](https://github.com/zabuldon/teslajsonpy/commit/4ec8d9b24a7d1d020372ae20ea5bf86d748a3f01))

* refactor: change wake_if_asleep option for connect ([`d381d53`](https://github.com/zabuldon/teslajsonpy/commit/d381d53e446c481aabfc0384260d3e66e769b04c))

* refactor: change backoff behavior to commands only ([`383ce46`](https://github.com/zabuldon/teslajsonpy/commit/383ce46cc89608054e83cbdf0d840d7e95b88727))

* refactor: convert to wrapt ([`c0907b2`](https://github.com/zabuldon/teslajsonpy/commit/c0907b24640d89930099eab909481aea2ecb6c4d))

* refactor: add handling of upstream_timeout ([`eddfa32`](https://github.com/zabuldon/teslajsonpy/commit/eddfa32440cec00e8097d010d720f2bd99be540e))

* refactor: black ([`a3728e5`](https://github.com/zabuldon/teslajsonpy/commit/a3728e59738778e1edf3b529c42467a7e7d4932c))

* refactor: switch to backoff for retries ([`cbe539e`](https://github.com/zabuldon/teslajsonpy/commit/cbe539e929c330bb6ded74d9392f55d09481dfbf))

* refactor: save car_state from get_vehicles ([`2445d5b`](https://github.com/zabuldon/teslajsonpy/commit/2445d5b6a44a7b93fd11c8b52786c1cabd2af6a2))

* refactor: add attributes to charger connection ([`e0631e1`](https://github.com/zabuldon/teslajsonpy/commit/e0631e10fffba6f3d7180fa9e97fcad305eaa843))

* refactor: move attributes to vehicle class ([`9739117`](https://github.com/zabuldon/teslajsonpy/commit/9739117f9bc1cb0dabd63b7ef8da9609206d9792))

* refactor: sleep only when sentry mode off ([`9d0d6fd`](https://github.com/zabuldon/teslajsonpy/commit/9d0d6fd09032c00160996705dfecb1f471ea1738))

* refactor: migrate to non-legacy update url ([`ac08435`](https://github.com/zabuldon/teslajsonpy/commit/ac084353989330d3e3cdfab775aa04fe4363ce05))

* refactor: only allow updates if car isn&39;t offline ([`2c85b80`](https://github.com/zabuldon/teslajsonpy/commit/2c85b804b7a7f8d73dffc603cadaa00dc8315089))

* refactor: simplify kwargs logic ([`d463420`](https://github.com/zabuldon/teslajsonpy/commit/d463420f9c2ff4c305841f4bcfb5d9b570607858))

Style

* style: black ([`468df5a`](https://github.com/zabuldon/teslajsonpy/commit/468df5a24e97ab0c1901b334b6a9772fabf86f42))

Unknown

* Merge pull request 57 from alandtse/websocket

feat: add websocket support ([`9a13d89`](https://github.com/zabuldon/teslajsonpy/commit/9a13d890cf9c9e17e95929a4471530ea93c48db7))

0.3.0

Feature

* feat: add state attributes for binary sensors ([`46e89be`](https://github.com/zabuldon/teslajsonpy/commit/46e89beab8410b48a0970d1ddefb18e550e804d3))

* feat: add attrs to online sensor ([`02cec5b`](https://github.com/zabuldon/teslajsonpy/commit/02cec5b245d5f93097587e153097452441b42cd7))

* feat: add online binary sensor ([`08d6961`](https://github.com/zabuldon/teslajsonpy/commit/08d6961328f2184c7136f77a15a9486f00518ab2))

Fix

* fix: avoid recursion in wake_up wrapper ([`b2e74d1`](https://github.com/zabuldon/teslajsonpy/commit/b2e74d1b31db2d3996db4aa92738bd0ef075e6eb))

* fix: properly save refresh_token for login ([`2926b34`](https://github.com/zabuldon/teslajsonpy/commit/2926b34045890dfa5366b9caeddd13ba53180461))

* fix: add HA battery properties to battery sensor ([`2355139`](https://github.com/zabuldon/teslajsonpy/commit/235513920841d7bf8b16a0c641369001032c86f6))

* fix: fix wake up decorator to avoid recursion ([`e3c7c17`](https://github.com/zabuldon/teslajsonpy/commit/e3c7c17ffd783f364bba2c4b3f0b5b8a7dc07759))

* fix: fix forced wake up in initial update ([`0892b91`](https://github.com/zabuldon/teslajsonpy/commit/0892b914085b3900653a7a8d4b45c13331a73e8e))

Refactor

* refactor(exceptions): add logging and cleanup ([`267f8c0`](https://github.com/zabuldon/teslajsonpy/commit/267f8c02b237998d560f69bcaed5fc8e32ef0892))

* refactor: improve incomplete credentials message ([`047e529`](https://github.com/zabuldon/teslajsonpy/commit/047e529fe4c888196c995ebc78c9354220a50a9b))

* refactor: add additional debug messages ([`b7750d7`](https://github.com/zabuldon/teslajsonpy/commit/b7750d77f557783ca7b4fe239c93e03094022112))

* refactor: add device_class to sensors ([`948b438`](https://github.com/zabuldon/teslajsonpy/commit/948b438b7cd53685e196573186eb2fc56dcd3fde))

* refactor: rename online sensor ([`97a40ff`](https://github.com/zabuldon/teslajsonpy/commit/97a40ff35d34e04b94d57e30be1e61e090030b37))

* refactor: change logging to vin ([`9bd66b9`](https://github.com/zabuldon/teslajsonpy/commit/9bd66b9cfa7a20bf04495554a4df3e6581496f7c))

Unknown

* Merge pull request 56 from alandtse/online_sensor

feat: add online sensor ([`948a6e1`](https://github.com/zabuldon/teslajsonpy/commit/948a6e15cd3ae705f28bf837d05b78422aaa8e55))

0.2.3

Fix

* fix(setup.py): update required libraries
Closes 54 ([`1c423a3`](https://github.com/zabuldon/teslajsonpy/commit/1c423a312cca6199dfc6bba05f9b8190e9d74b0c))

Unknown

* Merge pull request 55 from alandtse/54

fix(setup.py): update required libraries ([`c3ad2dd`](https://github.com/zabuldon/teslajsonpy/commit/c3ad2ddbd535adcb99d6f91858755be70efeb688))

Page 16 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.