Adding ID to components missing it
This commit is contained in:
@@ -34,6 +34,7 @@ esp32:
|
|||||||
captive_portal:
|
captive_portal:
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
|
id: web_server_std
|
||||||
port: 80
|
port: 80
|
||||||
auth:
|
auth:
|
||||||
username: admin
|
username: admin
|
||||||
@@ -41,6 +42,7 @@ web_server:
|
|||||||
|
|
||||||
##### OTA PASSWORD #####
|
##### OTA PASSWORD #####
|
||||||
ota:
|
ota:
|
||||||
|
id: ota_std
|
||||||
password: ${wifi_password}
|
password: ${wifi_password}
|
||||||
safe_mode: true
|
safe_mode: true
|
||||||
reboot_timeout: 3min
|
reboot_timeout: 3min
|
||||||
@@ -48,7 +50,7 @@ ota:
|
|||||||
|
|
||||||
##### LOGGER #####
|
##### LOGGER #####
|
||||||
logger:
|
logger:
|
||||||
baud_rate: 0
|
id: logger_std
|
||||||
|
|
||||||
##### ENABLE RINGTONE MUSIC SUPPORT #####
|
##### ENABLE RINGTONE MUSIC SUPPORT #####
|
||||||
rtttl:
|
rtttl:
|
||||||
|
|||||||
Reference in New Issue
Block a user