homelab-codex-ws/hardware/esp/ir-ac-ha-integration/secrets.yaml.example
oskar 423f871486 feat(hardware): ESPHome Gree IR blaster (Wemos D1 Mini + Grove IR)
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.
2026-07-22 16:46:03 +02:00

6 lines
237 B
Plaintext

# Copy to secrets.yaml and fill in real values. secrets.yaml is gitignored —
# never commit it. Filled in manually on piha.
wifi_ssid: "your-wifi-ssid"
wifi_password: "your-wifi-password"
fallback_password: "your-fallback-ap-password"