core/homeassistant/components/teslemetry
Brett Adams 5186605cec
Add energy history coordinator and sensors to Teslemetry (#126166)
* start

* More

* fix init

* Update requirements_all.txt

* Update requirements_test_all.txt

* Add Tests

* Add missing fixture

* first refresh history

* Fix mock_energy_history

* Remove failures prop

* Update test_init.py

* Actually add the sensors

* Add more icons

* suggested_display_precision

* Fix updated_once

* Fix fixture

* Review changes

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Remove init data

* Update homeassistant/components/teslemetry/coordinator.py

* ruff

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-24 10:32:38 +02:00
..
__init__.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
binary_sensor.py
button.py
climate.py
config_flow.py
const.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
coordinator.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
cover.py
device_tracker.py
diagnostics.py
entity.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
helpers.py
icons.json Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
lock.py
manifest.json
media_player.py
models.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
number.py
select.py
sensor.py Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
services.py
services.yaml
strings.json Add energy history coordinator and sensors to Teslemetry (#126166) 2024-09-24 10:32:38 +02:00
switch.py
update.py