home-assistant/.gitignore
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

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