Add missing property in flexit bacnet test (#108606)

Add missing property on mocked device

Also update the snapshot
pull/108612/head
Jonas Fors Lellky 2024-01-21 20:56:16 +01:00 committed by GitHub
parent 6525dad57a
commit 702529627e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -40,6 +40,6 @@
'entity_id': 'binary_sensor.device_name_air_filter_polluted',
'last_changed': <ANY>,
'last_updated': <ANY>,
'state': 'on',
'state': 'off',
})
# ---