# Copy to secrets.yaml (gitignored) and fill in. Mirrors the gazebo-fan-proxy # secrets so the same campsite WiFi + an ESPHome API key are used. wifi_ssid: "OmnissiahsReach" wifi_password: "REDACTED" fallback_ap_password: "REDACTED" # 32-byte base64 ESPHome API key (generate: `openssl rand -base64 32`) api_key: "REDACTED"