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.
6 lines
237 B
Plaintext
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"
|