Skip to content

Commit

Permalink
Fix presence test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Dec 23, 2024
1 parent 37ffacc commit eb503c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_overclimate_valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb503c0

Please sign in to comment.