Return captive_portal and web_server

This commit is contained in:
Edward Firmo
2024-02-19 08:45:26 +01:00
parent ee45d68146
commit b933becf1a
4 changed files with 29 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ substitutions:
##### Do not change this here. #####
##### Set your substitutions on #####
##### your base yaml file. #####
web_password: ${wifi_password}
#####################################
button:
@@ -27,8 +26,6 @@ button:
- logger.log: "Button pressed: Exit reparse"
- script.execute: exit_reparse
captive_portal:
script:
- id: exit_reparse
mode: restart
@@ -96,10 +93,4 @@ time:
- component.update: api_timestamp
- component.update: device_timestamp
web_server:
id: web_server_std
port: 80
auth:
username: admin
password: ${web_password}
...