24 lines
579 B
YAML
24 lines
579 B
YAML
|
|
# ac_peak_setback — imported live baseline (v1) on 2026-07-09
|
||
|
|
id: ac_peak_setback
|
||
|
|
alias: AC - Peak setback to 82
|
||
|
|
description: ''
|
||
|
|
triggers:
|
||
|
|
- trigger: time
|
||
|
|
at: '14:00:00'
|
||
|
|
conditions:
|
||
|
|
- condition: state
|
||
|
|
entity_id: binary_sensor.workday_sensor
|
||
|
|
state: 'on'
|
||
|
|
actions:
|
||
|
|
- action: climate.set_hvac_mode
|
||
|
|
target:
|
||
|
|
entity_id: climate.t6_pro_z_wave_programmable_thermostat_with_smartstart
|
||
|
|
data:
|
||
|
|
hvac_mode: cool
|
||
|
|
- action: climate.set_temperature
|
||
|
|
target:
|
||
|
|
entity_id: climate.t6_pro_z_wave_programmable_thermostat_with_smartstart
|
||
|
|
data:
|
||
|
|
temperature: 82
|
||
|
|
mode: single
|