Fix Syntax Error

This commit is contained in:
2022-10-30 11:06:27 -07:00
parent 26622384e7
commit 0b474c92fd

View File

@@ -145,7 +145,7 @@ automation:
mode: queued mode: queued
trigger: trigger:
- platform: time - platform: time
at: "{{ states('input_datetime.hvac_start_night') }}" at: input_datetime.hvac_start_night
action: action:
- service: climate.set_temperature - service: climate.set_temperature
target: target:
@@ -158,7 +158,7 @@ automation:
mode: queued mode: queued
trigger: trigger:
- platform: time - platform: time
at: "{{ states('input_datetime.hvac_start_day') }}" at: input_datetime.hvac_start_day
action: action:
- service: climate.set_temperature - service: climate.set_temperature
target: target: