home-assistant/automations/ac_peak_setback.yaml
jm cfb3520ef7 Import live AC automations (v1 baseline)
Snapshot of the three AC peak-shaving automations exactly as they run on the
HA server today, imported via the config API, plus deploy tooling. This is the
baseline the v2 hardening diffs against.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 21:01:08 -04:00

23 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