Fix Syntax Error
This commit is contained in:
@@ -145,7 +145,7 @@ automation:
|
||||
mode: queued
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "{{ states('input_datetime.hvac_start_night') }}"
|
||||
at: input_datetime.hvac_start_night
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
target:
|
||||
@@ -158,7 +158,7 @@ automation:
|
||||
mode: queued
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "{{ states('input_datetime.hvac_start_day') }}"
|
||||
at: input_datetime.hvac_start_day
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user