Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panhans committed Dec 23, 2024
2 parents 0fa9440 + 43b615d commit 51a2d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/automation/panhans/advanced_heating_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ blueprint:
**Version**: 5.2.4
**Version**: 5.2.5
**Help & FAQ**: [Advanced Heating Control](https://community.home-assistant.io/t/advanced-heating-control/469873)
Expand Down Expand Up @@ -2841,7 +2841,7 @@ variables:
| list | first | default(none) %}
{% if open_valve_entity != none and current_temp != none and target_temp != none and
(is_force_max_temperature or ([open_valve_entity] | expand | map(attribute='last_changed') | first) + timedelta(**input_valve_positioning_timeout) >= now()) %}
(is_force_max_temperature or ([open_valve_entity] | expand | map(attribute='last_changed') | first) + timedelta(**input_valve_positioning_timeout) <= now()) %}
{% set opening = 100 %}
{% set difference = target_temp - current_temp %}
Expand Down

0 comments on commit 51a2d82

Please sign in to comment.