From 04f412e346f81391e680f891c10e860b8f033f86 Mon Sep 17 00:00:00 2001 From: zorruno Date: Mon, 22 Jun 2026 22:10:20 +1200 Subject: [PATCH] network common changes --- esphome/common/webportal_common_nopasswd.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 esphome/common/webportal_common_nopasswd.yaml diff --git a/esphome/common/webportal_common_nopasswd.yaml b/esphome/common/webportal_common_nopasswd.yaml new file mode 100644 index 0000000..37542bb --- /dev/null +++ b/esphome/common/webportal_common_nopasswd.yaml @@ -0,0 +1,20 @@ +############################################## +# SPECIFIC DEVICE VARIABLE SUBSTITUTIONS +# If NOT using a secrets file, just replace +# these with the values (in quotes) +############################################# +#substitutions: + #web_server_username: !secret web_server_username + #web_server_password: !secret web_server_password + +############################################# +# Web Portal for display and monitoring +# Turning this off is maybe a good idea to save resources, +# especially on an esp8266. +# https://esphome.io/components/web_server.html +############################################# +web_server: + port: 80 + #auth: + # username: ${web_server_username} # probably a good idea to secure it + # password: ${web_server_password} \ No newline at end of file