1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-25 14:17:45 +00:00

3 Commits

Author SHA1 Message Date
Erik Montnemery
bd55fe868d
Allow update entities to report progress as a float ()
* 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
Erik Montnemery
23b43319a8
Add update_percentage property to update entity () 2024-10-21 19:49:50 +02:00
Jan-Philipp Benecke
dce3bde0ab
Use setup_test_component_platform helper for update entity component tests instead of hass.components ()
* Use `setup_test_component_platform` helper for update entity component tests instead of `hass.components`

* Run ruff format
2024-03-26 20:20:08 +01:00