From 1f0cc41a585e660c3f3ecbb4d971e872ad0c067e Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Fri, 2 Jan 2026 10:30:39 +0100 Subject: [PATCH] align target temp increase change --- Climate/bosch_bth-ra_control.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Climate/bosch_bth-ra_control.yaml b/Climate/bosch_bth-ra_control.yaml index 2f2dcdd..20d687f 100644 --- a/Climate/bosch_bth-ra_control.yaml +++ b/Climate/bosch_bth-ra_control.yaml @@ -217,9 +217,7 @@ variables: {% set current = state_attr(trv, 'temperature') | float(0) %} {% set new = safe_temperature | float(0) %} {% set diff = new - current %} - {% if new > current %} - true - {% elif diff | abs >= 0.4 %} + {% if diff | abs >= 0.4 %} true {% else %} false