mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Add missing property in flexit bacnet test (#108606)
Add missing property on mocked device Also update the snapshot
This commit is contained in:
parent
6525dad57a
commit
702529627e
@ -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',
|
||||
})
|
||||
# ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user