Fix presence test

This commit is contained in:
Jean-Marc Collin
2024-12-23 14:10:23 +00:00
parent 37ffacc5fd
commit eb503c0a02

View File

@@ -114,7 +114,7 @@ async def test_over_climate_valve_mono(hass: HomeAssistant, skip_hass_states_get
assert vtherm._security_state is False
assert vtherm._window_state is None
assert vtherm._motion_state is None
assert vtherm.presence_state is STATE_UNKNOWN
assert vtherm.presence_state is STATE_UNAVAILABLE
assert vtherm.is_device_active is False
assert vtherm.valve_open_percent == 0