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>
15 lines
359 B
YAML
15 lines
359 B
YAML
# ac_peak_ends — imported live baseline (v1) on 2026-07-09
|
|
id: ac_peak_ends
|
|
alias: AC - Peak ends, return to 74
|
|
description: ''
|
|
triggers:
|
|
- trigger: time
|
|
at: '19:00:00'
|
|
conditions: []
|
|
actions:
|
|
- action: climate.set_temperature
|
|
target:
|
|
entity_id: climate.t6_pro_z_wave_programmable_thermostat_with_smartstart
|
|
data:
|
|
temperature: 74
|
|
mode: single
|