Better fix for correcting the high temperature

This commit is contained in:
2023-07-03 18:07:35 -04:00
parent 7b936e0d51
commit 18b7f5f7ce

View File

@ -1032,14 +1032,14 @@ automation:
description: Gotta make up for one of a few shortcomings in Pirateweather
mode: single
trigger:
- platform: time
at: "00:30"
- platform: time
at: "06:00"
- platform: time
at: "12:00"
- platform: time
at: "17:45"
- platform: time_pattern
minutes: "/5"
condition:
- condition: template
value_template: >
{% from 'time.jinja' import ct %}
{% set ct = ct() | int %}
{{ ct <= 63900 }}
action:
- service: input_number.set_value
target: