mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Fix sectert.yaml - API key must be a 32-byte base64 encoded string
This commit is contained in:
@@ -2,7 +2,7 @@ wifi_ssid: "ssid"
|
||||
wifi_password: "password"
|
||||
|
||||
api_password: "password"
|
||||
api_key: "key"
|
||||
api_key: "oSsCFxRUqIJLpT98cQwSwNxYoC7zbUh0YBHczAWRyBI="
|
||||
|
||||
ota_password: "password"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user