core/homeassistant/components/tessie
Brett Adams e1fd5e83a7
Add time to charge sensor to Tessie (#108342)
* Add time to charge and type checking

* Revert drive_state_shift_state change

* Use original name

* Use function instead of lambda

* Update homeassistant/components/tessie/sensor.py

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>

* Fix callback

* Avoid having to test None

* Go back to if

* Use minutes instead of hours

---------

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
2024-01-22 21:45:08 +01:00
..
__init__.py
binary_sensor.py Improve coordinator logic in Tessie to allow sleep (#107988) 2024-01-18 17:40:36 +01:00
button.py
climate.py
config_flow.py
const.py Improve coordinator logic in Tessie to allow sleep (#107988) 2024-01-18 17:40:36 +01:00
coordinator.py Improve coordinator logic in Tessie to allow sleep (#107988) 2024-01-18 17:40:36 +01:00
cover.py
device_tracker.py
entity.py
lock.py
manifest.json
media_player.py
models.py
number.py
select.py
sensor.py Add time to charge sensor to Tessie (#108342) 2024-01-22 21:45:08 +01:00
strings.json Add time to charge sensor to Tessie (#108342) 2024-01-22 21:45:08 +01:00
switch.py
update.py