From b9b67f685a464fde9db64f45313fa8e4ed003b88 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 8 Nov 2025 17:11:24 -0500 Subject: [PATCH] feat: Add temp_hold_duration to configuration for better control --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index d503ff2..0ced3da 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "ac_swing": 1.0, "heater_target": 72.0, "heater_swing": 2.0, + "temp_hold_duration": 3600, "schedules": [ { "time": "06:00",