try to fix not setting target temp for half degree difference

This commit was merged in pull request #2.
This commit is contained in:
2026-01-02 10:22:39 +01:00
parent f6fe2f9ab9
commit 146e4e6ab5

View File

@@ -219,7 +219,7 @@ variables:
{% set diff = new - current %} {% set diff = new - current %}
{% if new > current %} {% if new > current %}
true true
{% elif diff | abs >= 0.5 %} {% elif diff | abs >= 0.4 %}
true true
{% else %} {% else %}
false false