Native ESPHome gree climate component over the API, no MQTT/Broadlink/Tuya. HA on piha runs as a plain Docker container (not HAOS), so ESPHome is a manual docker compose run --rm invocation, not a managed service — device is deliberately not registered in hosts/piha/services.yaml.
41 lines
505 B
Plaintext
41 lines
505 B
Plaintext
# Environment variables
|
|
.env
|
|
*.env
|
|
!*.env.example
|
|
|
|
# ESPHome secrets
|
|
secrets.yaml
|
|
!secrets.yaml.example
|
|
|
|
# IDE artifacts
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
packages/*/build/
|
|
jobs/*/build/
|
|
|
|
# Tools
|
|
.aider*
|
|
.codex
|
|
# worktree task marker created by scripts/dev/agent.sh new — must stay untracked per worktree
|
|
.agent-task
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Runtime data (should live outside repo, but adding just in case)
|
|
data/
|
|
logs/
|
|
temp/
|
|
tmp/
|