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>
12 lines
157 B
Text
12 lines
157 B
Text
# secrets — never commit the HA token or anything derived from `pass`
|
|
ha_token
|
|
*.token
|
|
.env
|
|
*.secret
|
|
|
|
# python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# editor / os
|
|
.DS_Store
|