Skip to content

Commit 0920661

Browse files
committed
make it clear secrets are dummy ones
1 parent 19c2d3d commit 0920661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

secrets.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ wifi_ssid: "Some-SSID"
33
wifi_password: "supersecretpassword"
44
# Encryption key is generated by ESPHome for secure communication with Home Assistant,
55
# this needs to be overridden in each instance of the device/package
6-
encryption_key: "I3R5Nv3wkiOT85A1hLs1PZZB3orL15TB9W6K6Jc9tmE="
6+
encryption_key: "DEADbeefDEADbeefDEADbeefDEADbeefDEADbeefDEAD"
77
# OTA password for over-the-air updates
8-
ota_password: "55feed1a933b5b324b482cf688b88ce9"
8+
ota_password: "deadbeefdeadbeefdeadbeefdeadbeef"
99
# Wi-Fi Access Point password for fallback hotspot
10-
wifi_ap_password: "cxjpHijNRvL5"
10+
wifi_ap_password: "deadbeefdead"

0 commit comments

Comments
 (0)