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