Weight sensor average statistics by state durations (#51150)

* Weight sensor average statistics by state durations

* Fix test
This commit is contained in:
Erik Montnemery 2021-05-28 13:16:52 +02:00 committed by GitHub
parent 17b2678aee
commit b339d73109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 18 deletions

View file

@ -30,7 +30,7 @@ def test_compile_hourly_statistics(hass_recorder):
{
"statistic_id": "sensor.test1",
"start": process_timestamp_to_utc_isoformat(zero),
"mean": 15.0,
"mean": 14.915254237288135,
"min": 10.0,
"max": 20.0,
"last_reset": None,