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