1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00

Merge branch 'webserver_conditional_auth' into integration

This commit is contained in:
J. Nick Koston
2025-08-01 23:00:15 -10:00
2 changed files with 6 additions and 0 deletions

View File

@@ -163,6 +163,7 @@
#define USE_SPI
#define USE_VOICE_ASSISTANT
#define USE_WEBSERVER
#define USE_WEBSERVER_AUTH
#define USE_WEBSERVER_OTA
#define USE_WEBSERVER_PORT 80 // NOLINT
#define USE_WEBSERVER_SORTING

View File

@@ -1 +1,6 @@
<<: !include common_v2.yaml
web_server:
auth:
username: admin
password: password