Add failing test

This commit is contained in:
Erik
2022-04-05 00:59:15 +02:00
parent 56a246569a
commit 5dbc137572

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",