# Copy to secrets.yaml and fill in. secrets.yaml is gitignored — keep it that way. # Generate with: echo -n `pwgen -n 32 1` | openssl base64 api_encryption_key: "REPLACE_ME_BASE64_32_BYTES" ota_password: "REPLACE_ME" wifi_ssid: "REPLACE_ME" wifi_password: "REPLACE_ME" # Login for the device's own web UI. Drop these and the `auth:` block in # sniffer.yaml if you would rather leave the page open on the LAN. web_username: "admin" web_password: "REPLACE_ME"