From 146e4e6ab5d402d07de6cce428f44c11a40d5b0f Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Fri, 2 Jan 2026 10:22:39 +0100 Subject: [PATCH] try to fix not setting target temp for half degree difference --- Climate/bosch_bth-ra_control.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Climate/bosch_bth-ra_control.yaml b/Climate/bosch_bth-ra_control.yaml index 0fd1160..2f2dcdd 100644 --- a/Climate/bosch_bth-ra_control.yaml +++ b/Climate/bosch_bth-ra_control.yaml @@ -219,7 +219,7 @@ variables: {% set diff = new - current %} {% if new > current %} true - {% elif diff | abs >= 0.5 %} + {% elif diff | abs >= 0.4 %} true {% else %} false