Teslajsonpy

Latest version: v3.10.3

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

Scan your dependencies

Page 14 of 18

0.10.4

Fix

* fix: return None for _sensor_type
This is needed to fix a change in HA where device_class will overwrite
ICON settings if it exists ([`d5901c7`](https://github.com/zabuldon/teslajsonpy/commit/d5901c74f51ec582ebb5a767bb82073f92b8b7b4))

Style

* style: add typing to binary_sensor ([`3272bd6`](https://github.com/zabuldon/teslajsonpy/commit/3272bd667be4898a07ef435bc104e68e76adce4f))

Unknown

* Merge pull request 112 from zabuldon/dev

2020-08-07 ([`e05e49d`](https://github.com/zabuldon/teslajsonpy/commit/e05e49dced77f336bb333708368a67e2dad665bf))

* Merge pull request 111 from alandtse/device_class

fix: fix sensor_type for binary_sensor ([`e070c05`](https://github.com/zabuldon/teslajsonpy/commit/e070c05c6905b05f26baac2329c1d08bde77e45e))

* Merge pull request 109 from zabuldon/master

Master ([`4c48045`](https://github.com/zabuldon/teslajsonpy/commit/4c4804547f73561f72ec8e70ee87d6efe8fb589c))

0.10.3

Fix

* fix: allow sentry mode to return None ([`8250fca`](https://github.com/zabuldon/teslajsonpy/commit/8250fca9df95315f9f1d4ca8c09e883a81d7aebb))

* fix: set default lock state to None
If no information is available, the component can return None ([`7c44581`](https://github.com/zabuldon/teslajsonpy/commit/7c44581be9bd4778be81b3819008cf70fd68f016))

Style

* style: add typing hints to sentry mode ([`1942205`](https://github.com/zabuldon/teslajsonpy/commit/1942205a667496eb4f276badcb73819d5432b654))

Unknown

* Merge pull request 108 from zabuldon/dev

2020-07-30 ([`77cc9b7`](https://github.com/zabuldon/teslajsonpy/commit/77cc9b7611a72cdfc1a47375fa582c69a3cc7426))

* Merge pull request 107 from alandtse/tesla_update_sensor

2020-07-30 ([`b3ebc39`](https://github.com/zabuldon/teslajsonpy/commit/b3ebc3923181daac7674bdf0fca3fc0fc99ef467))

* Merge pull request 106 from zabuldon/master

Master ([`4f1afd6`](https://github.com/zabuldon/teslajsonpy/commit/4f1afd6c0fa6d69e6017ae6f4bd2c9cb85d9aee2))

0.10.2

Fix

* fix: expose UpdateSensor ([`1a1b0fe`](https://github.com/zabuldon/teslajsonpy/commit/1a1b0fe4c033ed72ebc099d0aa7e9f431a3acf6e))

Refactor

* refactor: reorganize homeassistant specific files ([`f1f5994`](https://github.com/zabuldon/teslajsonpy/commit/f1f5994da0c57c9eaa49a9216f2b1f164bbd43a8))

* refactor: break out non IO operations to refresh
This is to support callback functions for the HA coordinator ([`9793ee0`](https://github.com/zabuldon/teslajsonpy/commit/9793ee09c297cdc6dc05e6b67bc826ac11d3394f))

Unknown

* Merge pull request 105 from zabuldon/dev

2020-07-28 ([`ff7bdd3`](https://github.com/zabuldon/teslajsonpy/commit/ff7bdd3ea1886518e1edf21c456f3aace3fbb9af))

* Merge pull request 104 from alandtse/tesla_update_sensor

Refactor for HA data coordinator ([`a397af1`](https://github.com/zabuldon/teslajsonpy/commit/a397af1d18808c994dba9a96a8c682b822a8093b))

* Merge pull request 103 from zabuldon/master

Master ([`3cbc17a`](https://github.com/zabuldon/teslajsonpy/commit/3cbc17a06469e549b460a181f32c002d1ddce7e5))

0.10.1

Fix

* fix: change sensor_type of update sensor to None
Required for HA inclusion. ([`e8bfca7`](https://github.com/zabuldon/teslajsonpy/commit/e8bfca743186acb2396ce0a4979bae1b9289b5cb))

Unknown

* Merge pull request 102 from zabuldon/dev

2020-07-22 ([`42f211f`](https://github.com/zabuldon/teslajsonpy/commit/42f211ff07f1849d9cdcdb98151e6ca2c69a7a40))

* Merge pull request 101 from alandtse/tesla_update_sensor

fix: change sensor_type of update sensor to None ([`ad7fc7c`](https://github.com/zabuldon/teslajsonpy/commit/ad7fc7ce3d2137f7c4184137279dbba0438bb37b))

* Merge pull request 100 from zabuldon/master

Master ([`72fb306`](https://github.com/zabuldon/teslajsonpy/commit/72fb30697b9b70a6123e8f5a081e54ddd34ce65f))

0.10.0

Feature

* feat: add update availability sensor
closes 75 ([`44eeda4`](https://github.com/zabuldon/teslajsonpy/commit/44eeda4b6558ca7c79d20cc1efa3d7a5c741d46c))

Style

* style: fix linting errors ([`7ac9c0b`](https://github.com/zabuldon/teslajsonpy/commit/7ac9c0b04463cbc574ca41e5e620bb5beb1b8479))

Unknown

* Merge pull request 99 from zabuldon/dev

2020-07-18 ([`bd8d1f5`](https://github.com/zabuldon/teslajsonpy/commit/bd8d1f5280cc79e74d45c79bd0072ac9ad6307d3))

* Merge pull request 98 from alandtse/tesla_update_sensor

Tesla update sensor ([`d2df26d`](https://github.com/zabuldon/teslajsonpy/commit/d2df26d9a683a0efe979d3d5404acfedf3ef4e83))

* Merge pull request 97 from zabuldon/master

Master ([`1c9a41c`](https://github.com/zabuldon/teslajsonpy/commit/1c9a41c37095f0f30f0600dd518c66ec795b67c4))

0.9.3

Fix

* fix: change controller_lock to be a function lock
The wake_up command was stuck in a deadlock waiting for the update lock
to release. Renamed controller_lock to make it clear it&39;s for access to
the update function instead. Will evaluate whether a lock needs to be
placed on the self.car_online array. ([`23e7de5`](https://github.com/zabuldon/teslajsonpy/commit/23e7de52c2c4f384a05379ad8404fb7f9e2e4a52))

Unknown

* Merge pull request 96 from zabuldon/dev

2020-07-11 ([`1ed6060`](https://github.com/zabuldon/teslajsonpy/commit/1ed6060a069ca783a0293873dc0884659df26c19))

* Merge pull request 95 from alandtse/ha37684

fix: change controller_lock to be a function lock ([`1059202`](https://github.com/zabuldon/teslajsonpy/commit/1059202e7e99228b78b166d78de06a7b859ff303))

* Merge pull request 94 from zabuldon/master

Master ([`dc993dc`](https://github.com/zabuldon/teslajsonpy/commit/dc993dcc674d28886e2fecbca0ca015ecc678281))

Page 14 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.