Fix Syntax

This commit is contained in:
2023-03-22 16:43:18 -07:00
parent c1a455fe5d
commit e90a172d9f
2 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ automation:
trigger:
- platform: time
at: input_datetime.hvac_start_night
conditions: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
condition: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
action:
- service: climate.set_temperature
target:
@@ -160,7 +160,7 @@ automation:
trigger:
- platform: time
at: input_datetime.hvac_start_day
conditions: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
condition: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
action:
- service: climate.set_temperature
target: