We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c2d3d commit 0920661Copy full SHA for 0920661
secrets.yaml
@@ -3,8 +3,8 @@ wifi_ssid: "Some-SSID"
3
wifi_password: "supersecretpassword"
4
# Encryption key is generated by ESPHome for secure communication with Home Assistant,
5
# this needs to be overridden in each instance of the device/package
6
-encryption_key: "I3R5Nv3wkiOT85A1hLs1PZZB3orL15TB9W6K6Jc9tmE="
+encryption_key: "DEADbeefDEADbeefDEADbeefDEADbeefDEADbeefDEAD"
7
# OTA password for over-the-air updates
8
-ota_password: "55feed1a933b5b324b482cf688b88ce9"
+ota_password: "deadbeefdeadbeefdeadbeefdeadbeef"
9
# Wi-Fi Access Point password for fallback hotspot
10
-wifi_ap_password: "cxjpHijNRvL5"
+wifi_ap_password: "deadbeefdead"
0 commit comments