From 32b0bcce19aa4d977aa43a2d1f40756b4192ffe4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Thu, 31 Oct 2024 11:48:52 +0000 Subject: [PATCH] + comment --- tests/test_auto_start_stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_auto_start_stop.py b/tests/test_auto_start_stop.py index f689875..bb356fb 100644 --- a/tests/test_auto_start_stop.py +++ b/tests/test_auto_start_stop.py @@ -868,7 +868,7 @@ async def test_auto_start_stop_medium_heat_vtherm_preset_change( ] ) - # 4.1 reduce the slope + # 4.1 reduce the slope (because slope is smoothed and was very high) now = now + timedelta(minutes=5) await send_temperature_change_event(vtherm, 19, now, True)