Fix presence test
This commit is contained in:
@@ -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._security_state is False
|
||||||
assert vtherm._window_state is None
|
assert vtherm._window_state is None
|
||||||
assert vtherm._motion_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.is_device_active is False
|
||||||
assert vtherm.valve_open_percent == 0
|
assert vtherm.valve_open_percent == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user