Teslajsonpy

Latest version: v3.10.3

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

Scan your dependencies

Page 1 of 18

3.9.1

Build

* build(deps): bump aiohttp from 3.8.3 to 3.8.5 (415)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`5300af9`](https://github.com/zabuldon/teslajsonpy/commit/5300af99e739a0d6fe1593930ab67c51671b6748))

* build(deps): bump aiohttp from 3.8.3 to 3.8.5 in /docs (414)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`4aeb35a`](https://github.com/zabuldon/teslajsonpy/commit/4aeb35aa62124c562d67bd7187673b8348afdcf4))

* build(deps): bump pygments from 2.13.0 to 2.15.0 (413)

Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`d86130d`](https://github.com/zabuldon/teslajsonpy/commit/d86130d774ed21ee5a2ff0de18c15318cff33de9))

* build(deps): bump pygments from 2.13.0 to 2.15.0 in /docs (412)

Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`132b032`](https://github.com/zabuldon/teslajsonpy/commit/132b0328fcd723bd11d9e4ab2d738ca8a2f07f54))

Fix

* fix: missing defaults in energysite (417)

* Fix missing defaults in energysite

fixes

2023-07-24 12:56:40.749 ERROR (MainThread) [homeassistant.components.number] Error while setting up tesla_custom platform for number
Traceback (most recent call last):
File &34;/usr/src/homeassistant/homeassistant/helpers/entity_platform.py&34;, line 370, in _async_setup_platform
await asyncio.gather(*pending)
File &34;/usr/src/homeassistant/homeassistant/helpers/entity_platform.py&34;, line 510, in async_add_entities
await asyncio.gather(*tasks)
File &34;/usr/src/homeassistant/homeassistant/helpers/entity_platform.py&34;, line 670, in _async_add_entity
original_icon=entity.icon,
^^^^^^^^^^^
File &34;/config/custom_components/tesla_custom/number.py&34;, line 142, in icon
return icon_for_battery_level(battery_level=self.native_value)
^^^^^^^^^^^^^^^^^
File &34;/config/custom_components/tesla_custom/number.py&34;, line 122, in native_value
return self._energysite.backup_reserve_percent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File &34;/usr/local/lib/python3.11/site-packages/teslajsonpy/energy.py&34;, line 137, in backup_reserve_percent
return self._battery_data.get(&34;backup&34;).get(&34;backup_reserve_percent&34;)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: NoneType object has no attribute get

* fix: empty ([`47b0dc4`](https://github.com/zabuldon/teslajsonpy/commit/47b0dc45c1ec30eda9a1797e657903931095ec32))

* fix: Avoid retries when car is unavailable with wake_if_asleep=False (416)

Curerntly we would retry on 408s even if wake_if_asleep was False which
slowed down startup a lot for cars we did not wake ([`60ede4e`](https://github.com/zabuldon/teslajsonpy/commit/60ede4eec0d9440ed17e8e30f8d707795f2d5cac))

Performance

* perf(httpx): avoid bytes to text conversion overhead

orjson can decode bytes directly without the need to convert
it to text first ([`ed3ebe1`](https://github.com/zabuldon/teslajsonpy/commit/ed3ebe1c994d8289cfbefada964be0f1d7877345))

Unknown

* Merge pull request 418 from zabuldon/dev

chore: release 2023-07-24 ([`2dc54e9`](https://github.com/zabuldon/teslajsonpy/commit/2dc54e9f870749bd9e79687e33270a04cb6e7293))

3.9.0

Build

* build(deps): bump requests from 2.28.2 to 2.31.0

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`1e9d686`](https://github.com/zabuldon/teslajsonpy/commit/1e9d686a409f6edc907440c30a4bbdf7fc2b6ef5))

Feature

* feat: add new heated steering wheel controls (408) ([`a8ec439`](https://github.com/zabuldon/teslajsonpy/commit/a8ec439eac3215b28712ec1d3bd45e16aae9ef7a))

Unknown

* Merge pull request 409 from zabuldon/dev

chore: 2023-06-11 release ([`b8ad696`](https://github.com/zabuldon/teslajsonpy/commit/b8ad696a69ca5770c7f84506838f85b9b77fd6b7))

* Merge pull request 407 from zabuldon/dependabot/pip/requests-2.31.0

build(deps): bump requests from 2.28.2 to 2.31.0 ([`cd4f544`](https://github.com/zabuldon/teslajsonpy/commit/cd4f544522c422883667d07a5212ce4d42a05d5a))

3.8.1

Fix

* fix: handle missing climate_state (404) ([`342a2ef`](https://github.com/zabuldon/teslajsonpy/commit/342a2ef03c2ccd8b4281fb815107d423f3c1bddc))

Unknown

* Merge pull request 405 from zabuldon/dev

chore: release 2023-04-24 ([`ae39c92`](https://github.com/zabuldon/teslajsonpy/commit/ae39c92a974cd23bc35166e7a5bd71fa689c909f))

3.8.0

Feature

* feat: add energy_site_ids and vins to update to limit updating to specific devices (402)

* Add energy_site_ids to update to limit updating to specific sites

* vins and energy_site_ids

* vins and energy_site_ids ([`e97ccaf`](https://github.com/zabuldon/teslajsonpy/commit/e97ccaf41dcc3df0dc526882a5b85c14480ac672))

Unknown

* Merge pull request 403 from zabuldon/dev

feat: add energy_site_ids and vins to update to limit updating to spe… ([`eef70aa`](https://github.com/zabuldon/teslajsonpy/commit/eef70aa9e8ec6d7b937924a9e1f6d33cf8290038))

3.7.5

Fix

* fix: update endpoints.json for sharing (399)

I believe this will fix the navigation issue highlighted by Brian Gates and documented at https://tesla-api.timdorr.com/vehicle/commands/sharing ([`e46d0d9`](https://github.com/zabuldon/teslajsonpy/commit/e46d0d968024107f7897dbb27387bf34a1fa0b87))

Unknown

* Merge pull request 400 from zabuldon/dev

fix: update endpoints.json for sharing (399) ([`ee8d8be`](https://github.com/zabuldon/teslajsonpy/commit/ee8d8be063b3191a3e2cc6fba290f463f5369b9b))

3.7.4

Fix

* fix: fix processing or httpx response for orjson ([`e34126f`](https://github.com/zabuldon/teslajsonpy/commit/e34126fa8c9b6f3264a77d6c6ed592d0c56a90f8))

Unknown

* Merge pull request 397 from zabuldon/dev

2023-03-04a ([`92b4907`](https://github.com/zabuldon/teslajsonpy/commit/92b490730f84adcc7bd854f6e2a51e9ed6242697))

* Merge pull request 396 from alandtse/dev

fix: fix processing or httpx response for orjson ([`925c56e`](https://github.com/zabuldon/teslajsonpy/commit/925c56e0ef47bce4771e9a46d102a650dae58694))

Page 1 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.