core/homeassistant/components/tesla
Alan Tse 2aad150419 Convert Tesla to Async (#28748)
* build: bump teslajsonpy to 0.2.0

* feat: add async

* perf: convert unnecessary async calls to sync

* fix: force real login

* Revert change to HVAC_MODE_HEAT

* Remove charging rate sensor

* Remove tests

* Remove tests

* Address requested changes

* Add missing sensors

* Move update to async_setup_scanner

* Align wtih prior update behavior
2019-11-15 05:15:58 +01:00
..
__init__.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
binary_sensor.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
climate.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
const.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
device_tracker.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
lock.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
manifest.json Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
sensor.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00
switch.py Convert Tesla to Async (#28748) 2019-11-15 05:15:58 +01:00