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