Add #602 - implement a max_on_percent setting

This commit is contained in:
Jean-Marc Collin
2024-11-18 08:09:00 +00:00
parent 8bae40101d
commit 2fa6a0dd52
3 changed files with 6 additions and 3 deletions

View File

@@ -972,7 +972,7 @@ async def test_manual_hvac_off_should_take_the_lead_over_window(
assert vtherm.hvac_off_reason == HVAC_OFF_REASON_WINDOW_DETECTION
assert vtherm._saved_hvac_mode == HVACMode.HEAT
assert mock_send_event.call_count == 2
assert mock_send_event.call_count == 1
assert vtherm.window_state == STATE_ON