Teslajsonpy

Latest version: v3.10.3

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

Scan your dependencies

Page 10 of 18

0.19.1

Build

* build(deps): bump dependencies ([`305bc01`](https://github.com/zabuldon/teslajsonpy/commit/305bc0157bd35879ae91e8444d173f08b1305bfa))

Fix

* fix: update HA energy sensors
Update to use state_class total_increasing based on changed api.
https://developers.home-assistant.io/blog/2021/08/16/state_class_total
Requires HA 2021.09.x ([`a14cc6f`](https://github.com/zabuldon/teslajsonpy/commit/a14cc6f9c919ef48e0bc6cbb679a5599378b2923))

Style

* style: fix lint errors ([`71f8297`](https://github.com/zabuldon/teslajsonpy/commit/71f8297ac3282d32791bbb277572e9186e6b7bb2))

Unknown

* Merge pull request 214 from zabuldon/dev

2021-09-03 ([`0de2755`](https://github.com/zabuldon/teslajsonpy/commit/0de2755cff1e9c646a8a97e1f5a3ab49d79cf54d))

* Merge pull request 213 from alandtse/ha_2021.09

Ha 2021.09 ([`ffbbb51`](https://github.com/zabuldon/teslajsonpy/commit/ffbbb51c3d20e77369bb1c8467159bc8a24ea8ce))

0.19.0

Feature

* feat: add ChargingEnergySensor ([`3e3d1a3`](https://github.com/zabuldon/teslajsonpy/commit/3e3d1a384eb19cf13c07d78c2c46ea747c0c9be3))

* feat: add charger power
closes 204 ([`a5f8858`](https://github.com/zabuldon/teslajsonpy/commit/a5f885885b9586d406aef2800e613e55ff95b092))

Fix

* fix: fix multiple cookies error
Fix bug when logging in to China by proxy ([`150f6e2`](https://github.com/zabuldon/teslajsonpy/commit/150f6e2d2eb880cd7ecf2306dc2ea4fe5a715f46))

* fix: fix multiple cookies error
Fix bug when logging in to China by proxy ([`8537158`](https://github.com/zabuldon/teslajsonpy/commit/8537158ee217e73a54592777a178abb9804906be))

* fix: fix casting of url for refresh_access_token

Throws an exception when calling refresh_access_token that the URL parameter is nether a string nor a httpx.Url ([`ba19cc1`](https://github.com/zabuldon/teslajsonpy/commit/ba19cc1d3182979d6ae49bb7606bf74853d586db))

Style

* style: fix lint errors ([`1c85c83`](https://github.com/zabuldon/teslajsonpy/commit/1c85c838db96e3ab6670fd5f39534620e1f98440))

* style: add exception for unused-private-member ([`4bd6ea8`](https://github.com/zabuldon/teslajsonpy/commit/4bd6ea8f5ce28860df3653e41794ab2360c25b9e))

Unknown

* Merge pull request 209 from zabuldon/dev

2021-08-13 ([`d50fc46`](https://github.com/zabuldon/teslajsonpy/commit/d50fc467c00d7e6afec844f9504ff88bd13380f0))

* Merge pull request 208 from alandtse/bump_authproxy

Bump authproxy ([`570830a`](https://github.com/zabuldon/teslajsonpy/commit/570830ad4aa93bcd7d36288e7e8a22c1a32e675b))

* Merge pull request 207 from alandtse/bump_authproxy

fix: fix multiple cookies error ([`9feb45a`](https://github.com/zabuldon/teslajsonpy/commit/9feb45aefc4a5d56d4a8711aa74a0d28cdb0726f))

0.18.3

Ci

* ci: remove quotes from build command (201) ([`e733a0a`](https://github.com/zabuldon/teslajsonpy/commit/e733a0af3ebd2e908a6d0ad215d7068dcada2af7))

Fix

* fix: check response before json (202)

Fixes


Traceback (most recent call last):
File &34;/usr/src/homeassistant/homeassistant/config_entries.py&34;, line 264, in async_setup
result = await component.async_setup_entry(hass, self) type: ignore
File &34;/usr/src/homeassistant/homeassistant/components/tesla/__init__.py&34;, line 163, in async_setup_entry
result = await controller.connect(
File &34;/usr/local/lib/python3.8/site-packages/teslajsonpy/controller.py&34;, line 288, in connect
cars = await self.get_vehicles()
File &34;/usr/local/lib/python3.8/site-packages/backoff/_async.py&34;, line 133, in retry
ret = await target(*args, **kwargs)
File &34;/usr/local/lib/python3.8/site-packages/teslajsonpy/controller.py&34;, line 407, in get_vehicles
return (await self.__connection.get(&34;vehicles&34;))[&34;response&34;]
File &34;/usr/local/lib/python3.8/site-packages/teslajsonpy/connection.py&34;, line 90, in get
return await self.post(command, &34;get&34;, None)
File &34;/usr/local/lib/python3.8/site-packages/teslajsonpy/connection.py&34;, line 161, in post
return await self.__open(
File &34;/usr/local/lib/python3.8/site-packages/teslajsonpy/connection.py&34;, line 205, in __open
data = resp.json()
File &34;/usr/local/lib/python3.8/site-packages/httpx/_models.py&34;, line 1416, in json
return jsonlib.loads(self.text, **kwargs)
File &34;/usr/local/lib/python3.8/json/__init__.py&34;, line 357, in loads
return _default_decoder.decode(s)
File &34;/usr/local/lib/python3.8/json/decoder.py&34;, line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File &34;/usr/local/lib/python3.8/json/decoder.py&34;, line 355, in raw_decode
raise JSONDecodeError(&34;Expecting value&34;, s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
([`2df733a`](https://github.com/zabuldon/teslajsonpy/commit/2df733a5401500298c54094de0f4e1430d600ee1))

Unknown

* Merge pull request 203 from zabuldon/dev

2021-05-01 ([`235f11b`](https://github.com/zabuldon/teslajsonpy/commit/235f11b0e463458e86c983e250ae3bcd910cb9dd))

* Merge pull request 200 from zabuldon/master

Master ([`0182a5d`](https://github.com/zabuldon/teslajsonpy/commit/0182a5dbc973b1500b7ad126a8485f40331435e9))

0.18.2

Ci

* ci: fix build command ([`1da98b6`](https://github.com/zabuldon/teslajsonpy/commit/1da98b6607e1f23d69d26fcc32281bcde8323314))

Fix

* fix: fix attribute error in debug statement ([`48898f9`](https://github.com/zabuldon/teslajsonpy/commit/48898f9b2d981ab696dbcdfa16efa57faf10a1fd))

* fix: fix give up condition for command retries
Commands will no longer retry if we needs user interaction
(e.g., bad credentials) ([`8954299`](https://github.com/zabuldon/teslajsonpy/commit/8954299e17231e695a759abf1ba518ca0fc2b6ff))

* fix: fix get_authorization_code syntax ([`ef46aef`](https://github.com/zabuldon/teslajsonpy/commit/ef46aefa6e790c05d8d67f6b99329b5cec0d14ff))

Unknown

* Merge pull request 199 from zabuldon/dev

2021-05-01 ([`e37c90d`](https://github.com/zabuldon/teslajsonpy/commit/e37c90d503a611d0573204a08171d04a5d2ced7b))

* Merge pull request 198 from alandtse/ha_49939

fix: fix get_authorization_code syntax ([`20d356d`](https://github.com/zabuldon/teslajsonpy/commit/20d356d229b1bf3c2a6f452335341a91dcf56c21))

0.18.1

Ci

* ci: switch to semantic release action ([`4cb537f`](https://github.com/zabuldon/teslajsonpy/commit/4cb537f3bac513860c32a285462bbe36d5809f59))

Fix

* fix: fix syntax errors due to httpx ([`cea4135`](https://github.com/zabuldon/teslajsonpy/commit/cea4135aa913cdfad77fe69871e2d21e7aabc697))

* fix: loosen dependency requirements ([`598d600`](https://github.com/zabuldon/teslajsonpy/commit/598d60039244292cdb47bfd99f0b388c68264bb6))

* fix: fix initialization of heated seats (189)

* add heated seats switch

* fix linter errors

* add doc string

* fix linter error and add to components list

* fixing init error

* black formatting

* linter fixes ([`ddde348`](https://github.com/zabuldon/teslajsonpy/commit/ddde34855635954c46269286178d8f2edfce8c19))

Unknown

* Merge pull request 197 from zabuldon/dev

2021-04-28 ([`024d4ec`](https://github.com/zabuldon/teslajsonpy/commit/024d4ec7f416e2b464e2003e0553c1b8401033e5))

* Merge pull request 196 from alandtse/dependencies

fix: fix syntax errors due to httpx ([`a34da72`](https://github.com/zabuldon/teslajsonpy/commit/a34da72b255dbd7817d545253fd3aaec046823eb))

* Merge pull request 195 from alandtse/dependencies

fix: loosen dependency requirements ([`11ef0fb`](https://github.com/zabuldon/teslajsonpy/commit/11ef0fbdc94d497c6d3f6f43d5fc3ce18aacce0e))

* Merge pull request 194 from alandtse/httpx

ci: switch to semantic release action ([`e5f93d1`](https://github.com/zabuldon/teslajsonpy/commit/e5f93d13ce4bed03131116f00ab64515004ec9f5))

0.18.0

Feature

* feat: swap to httpx

aiohttp appears to have issues related to Akamai Global Host.
https://github.com/aio-libs/aiohttp/issues/5643

Closes 190 ([`5843932`](https://github.com/zabuldon/teslajsonpy/commit/58439327ab9aabf8d17b6abef45511ed3996d798))

Unknown

* Merge pull request 193 from zabuldon/dev

2021-04-28 ([`27f832f`](https://github.com/zabuldon/teslajsonpy/commit/27f832f0b4d3bec104e47feaefbb57e21c59589f))

* Merge pull request 191 from alandtse/httpx

feat: swap to httpx ([`e510361`](https://github.com/zabuldon/teslajsonpy/commit/e510361159ade24d8f01ef0373ff552d651ce65b))

Page 10 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.