1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Refactor ip address representation (#5252)

This commit is contained in:
Jimmy Hedman
2023-09-27 10:38:43 +02:00
committed by GitHub
parent 9d4f471855
commit 57b7dd0fa2
24 changed files with 225 additions and 175 deletions

View File

@@ -82,6 +82,9 @@ wifi:
reboot_timeout: 120s
power_save_mode: light
network:
enable_ipv6: true
mdns:
disabled: false

View File

@@ -14,6 +14,9 @@ wifi:
reboot_timeout: 3min
power_save_mode: high
network:
enable_ipv6: true
logger:
level: VERBOSE

View File

@@ -25,6 +25,9 @@ wifi:
gateway: 192.168.1.1
subnet: 255.255.255.0
network:
enable_ipv6: true
api:
ota:

View File

@@ -28,6 +28,9 @@ ethernet:
subnet: 255.255.255.0
domain: .local
network:
enable_ipv6: true
mdns:
disabled: true

View File

@@ -21,6 +21,9 @@ wifi:
ssid: "MySSID"
password: "password1"
network:
enable_ipv6: true
web_server:
port: 80
version: 2

View File

@@ -215,6 +215,9 @@ wifi:
ssid: "MySSID"
password: "password1"
network:
enable_ipv6: true
uart:
- id: uart_1
tx_pin:

View File

@@ -21,6 +21,9 @@ ethernet:
subnet: 255.255.255.0
domain: .local
network:
enable_ipv6: true
api:
i2c:

View File

@@ -22,6 +22,9 @@ wifi:
gateway: 192.168.1.1
subnet: 255.255.255.0
network:
enable_ipv6: true
api:
ota:

View File

@@ -16,6 +16,9 @@ wifi:
- ssid: "MySSID"
password: "password1"
network:
enable_ipv6: true
api:
ota:

View File

@@ -3,6 +3,9 @@
wifi:
ssid: 'ssid'
network:
enable_ipv6: true
esp32:
board: lolin_c3_mini
framework:

View File

@@ -3,6 +3,9 @@
wifi:
ssid: "ssid"
network:
enable_ipv6: true
esp32:
board: esp32s3box
variant: ESP32S3