Add failing test

pull/69307/head
Erik 2022-04-05 00:59:15 +02:00
parent 56a246569a
commit 5dbc137572
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ async def test_demo_statistics(hass, recorder_mock):
"unit_of_measurement": "°C",
} in statistic_ids
assert {
"has_mean": False,
"has_mean": True,
"has_sum": True,
"name": None,
"source": "demo",