Compare commits

..

2 Commits

Author SHA1 Message Date
zorruno 04f412e346 network common changes 2026-06-22 22:10:20 +12:00
ESPHome Device Builder 9c2f436cee Edit esp-astroclockstepper1.yaml 2026-06-22 22:10:03 +12:00
2 changed files with 22 additions and 1 deletions
@@ -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}
+2 -1
View File
@@ -177,7 +177,8 @@ packages:
local_device_name: "${device_name}"
#### WEB PORTAL ####
common_webportal: !include common/webportal_common.yaml
#common_webportal: !include common/webportal_common.yaml
common_webportal: !include common/webportal_common_nopasswd.yaml
#### SNTP (Only use if you want/need accurate timeclocks) ####
#common_sntp: !include common/sntp_common.yaml