mirror of
https://github.com/dlitz/esphome-configs-dlitz.git
synced 2026-04-15 22:03:26 -06:00
Rename secrets fallback_*_password -> default_*_password
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
ota_password: !secret fallback_ota_password
|
ota_password: !secret default_ota_password
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
- platform: esphome
|
- platform: esphome
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
fallback_ap_password: ""
|
default_ap_password: ""
|
||||||
fallback_ota_password: ""
|
default_ota_password: ""
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user