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