Update Climate Package
This commit is contained in:
@@ -146,6 +146,7 @@ automation:
|
||||
trigger:
|
||||
- platform: time
|
||||
at: input_datetime.hvac_start_night
|
||||
conditions: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
target:
|
||||
@@ -159,6 +160,7 @@ automation:
|
||||
trigger:
|
||||
- platform: time
|
||||
at: input_datetime.hvac_start_day
|
||||
conditions: "{{ not is_state('input_select.house_presence_state', 'Extended Away') }}"
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user