Rename secrets fallback_*_password -> default_*_password

This commit is contained in:
2026-01-21 03:18:56 -07:00
parent ffb3f06742
commit fef054b097
8 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
substitutions: substitutions:
ota_password: !secret fallback_ota_password ota_password: !secret default_ota_password
ota_new_password: "" ota_new_password: ""
ota_update_password: 0 ota_update_password: 0

View File

@@ -1,5 +1,5 @@
substitutions: substitutions:
ota_password: !secret fallback_ota_password ota_password: !secret default_ota_password
ota: ota:
- platform: esphome - platform: esphome

View File

@@ -60,7 +60,7 @@ api:
wifi: wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
password: !secret fallback_ap_password password: !secret default_ap_password
captive_portal: captive_portal:

View File

@@ -1,2 +1,2 @@
fallback_ap_password: "" default_ap_password: ""
fallback_ota_password: "" default_ota_password: ""

View File

@@ -98,7 +98,7 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
password: !secret fallback_ap_password password: !secret default_ap_password
captive_portal: captive_portal:

View File

@@ -81,7 +81,7 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
password: !secret fallback_ap_password password: !secret default_ap_password
# web_server: # web_server:

View File

@@ -75,7 +75,7 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
password: !secret fallback_ap_password password: !secret default_ap_password
# web_server: # web_server:

View File

@@ -62,7 +62,7 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
password: !secret fallback_ap_password password: !secret default_ap_password
captive_portal: captive_portal: