Skip to content
Snippets Groups Projects
Unverified Commit 70252962 authored by Jonas Fors Lellky's avatar Jonas Fors Lellky Committed by GitHub
Browse files

Add missing property in flexit bacnet test (#108606)

Add missing property on mocked device

Also update the snapshot
parent 6525dad5
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ def mock_flexit_bacnet() -> Generator[AsyncMock, None, None]:
flexit_bacnet.air_filter_operating_time = 8820.0
flexit_bacnet.heat_exchanger_efficiency = 81
flexit_bacnet.heat_exchanger_speed = 100
flexit_bacnet.air_filter_polluted = False
yield flexit_bacnet
......
......@@ -40,6 +40,6 @@
'entity_id': 'binary_sensor.device_name_air_filter_polluted',
'last_changed': <ANY>,
'last_updated': <ANY>,
'state': 'on',
'state': 'off',
})
# ---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment