Update Climate Package
This commit is contained in:
@@ -91,6 +91,31 @@ automation:
|
|||||||
data:
|
data:
|
||||||
message: HVAC Restored (Window or Door Open)
|
message: HVAC Restored (Window or Door Open)
|
||||||
|
|
||||||
|
- alias: Widen HVAC Range During On-Peak Time
|
||||||
|
mode: queued
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
at: "20:00"
|
||||||
|
action:
|
||||||
|
- service: climate.set_temperature
|
||||||
|
target:
|
||||||
|
entity_id: climate.thermostat
|
||||||
|
data:
|
||||||
|
target_temp_high: 76.0
|
||||||
|
target_temp_low: 68.0
|
||||||
|
|
||||||
|
- alias: Widen HVAC Range During Work Day
|
||||||
|
mode: queued
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
at: "20:00"
|
||||||
|
action:
|
||||||
|
- service: climate.set_temperature
|
||||||
|
target:
|
||||||
|
entity_id: climate.thermostat
|
||||||
|
data:
|
||||||
|
target_temp_high: 76.0
|
||||||
|
target_temp_low: 68.0
|
||||||
|
|
||||||
- alias: Widen HVAC Range at Night
|
- alias: Widen HVAC Range at Night
|
||||||
mode: queued
|
mode: queued
|
||||||
@@ -117,3 +142,22 @@ automation:
|
|||||||
data:
|
data:
|
||||||
target_temp_high: 74.0
|
target_temp_high: 74.0
|
||||||
target_temp_low: 70.0
|
target_temp_low: 70.0
|
||||||
|
|
||||||
|
- alias: Narrow HVAC Range After Work
|
||||||
|
mode: queued
|
||||||
|
trigger:
|
||||||
|
- platform: zone
|
||||||
|
entity_id: person.jen
|
||||||
|
zone: !secret jen_work_zone
|
||||||
|
event: leave
|
||||||
|
- platform: zone
|
||||||
|
entity_id: person.jpk
|
||||||
|
zone: !secret jp_work_zone
|
||||||
|
event: leave
|
||||||
|
action:
|
||||||
|
- service: climate.set_temperature
|
||||||
|
target:
|
||||||
|
entity_id: climate.thermostat
|
||||||
|
data:
|
||||||
|
target_temp_high: 74.0
|
||||||
|
target_temp_low: 70.0
|
||||||
|
|||||||
Reference in New Issue
Block a user