align target temp increase change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user