hass-core/tests/components/tessie
Erik Montnemery bd55fe868d
Allow update entities to report progress as a float (#128930)
* Allow update entities to report progress as a float

* Add test

* Update snapshots

* Update recorder test

* Use _attr_* in MockUpdateEntity
2024-10-24 21:20:18 +02:00
..
fixtures Handle empty energy sites in Tesla integrations (#122355) 2024-07-22 13:14:15 +02:00
snapshots Allow update entities to report progress as a float (#128930) 2024-10-24 21:20:18 +02:00
__init__.py
common.py Check Tessie scopes to fix startup bug (#120710) 2024-06-28 11:21:59 +02:00
conftest.py Check Tessie scopes to fix startup bug (#120710) 2024-06-28 11:21:59 +02:00
test_binary_sensors.py
test_button.py Fix consider-using-tuple pylint warnings in component tests (#119464) 2024-06-12 15:50:27 +02:00
test_climate.py Enable Ruff PT012 (#113957) 2024-06-08 17:59:08 +02:00
test_config_flow.py Use start_reauth helper method in integration tests (t) (#124794) 2024-08-28 16:47:10 +02:00
test_coordinator.py Add new coordinators to Tessie (#118452) 2024-06-26 14:23:06 +02:00
test_cover.py Cover state is enum (#127144) 2024-10-08 18:39:04 +02:00
test_device_tracker.py
test_diagnostics.py Add diagnostics to Tessie (#121348) 2024-07-06 09:00:03 +02:00
test_init.py Check Tessie scopes to fix startup bug (#120710) 2024-06-28 11:21:59 +02:00
test_lock.py Remove deprecated speed limit lock entity from tessie (#128043) 2024-10-10 17:51:10 +02:00
test_media_player.py
test_number.py Add energy number entities for Tessie (#121354) 2024-07-06 12:29:18 +02:00
test_select.py Add test coverage for Tessie seat coolers (#121742) 2024-07-11 09:13:50 +02:00
test_sensor.py
test_switch.py Add energy switch entities to Tessie (#121360) 2024-07-06 12:45:27 +02:00
test_update.py