Update network configuration in ESPhome YAML files and clean up README.md

This commit is contained in:
2025-11-20 14:32:27 +01:00
parent d72ee4a7d2
commit 11314a38a8
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -110,3 +110,6 @@ docker build -t docker-webhook-updater:latest .
+3 -3
View File
@@ -21,11 +21,11 @@ wifi:
password: "BKl@3660" password: "BKl@3660"
manual_ip: manual_ip:
# Set this to the IP of the ESP # Set this to the IP of the ESP
static_ip: 10.0.1.50 static_ip: 10.1.0.24
# Set this to the IP address of the router. Often ends with .1 # Set this to the IP address of the router. Often ends with .1
gateway: 10.0.0.1 gateway: 10.1.0.1
# The subnet of the network. 255.255.255.0 works for most home networks. # The subnet of the network. 255.255.255.0 works for most home networks.
subnet: 255.255.254.0 subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
+3 -3
View File
@@ -11,9 +11,9 @@ wifi:
ssid: "ItHurtsWhenIP" ssid: "ItHurtsWhenIP"
password: "BKl@3660" password: "BKl@3660"
manual_ip: manual_ip:
static_ip: 10.0.1.51 static_ip: 10.1.0.25
gateway: 10.0.0.1 gateway: 10.1.0.1
subnet: 255.255.254.0 subnet: 255.255.255.0
dns1: 1.1.1.1 dns1: 1.1.1.1
dns2: 8.8.8.8 dns2: 8.8.8.8
power_save_mode: none power_save_mode: none