15 lines
421 B
YAML
15 lines
421 B
YAML
wifi:
|
|
domain: .sthome.org
|
|
min_auth_mode: WPA2 # requires esphome v2025.11.0 or later
|
|
networks:
|
|
- ssid: !secret wifi_ssid1
|
|
password: !secret wifi_password1
|
|
manual_ip:
|
|
# For faster connection startup,
|
|
# NB! set a static IP address in main config file
|
|
gateway: 10.0.0.2
|
|
subnet: 255.255.240.0
|
|
# we will use local dns server for local dns resolution
|
|
dns1: 10.0.0.1
|
|
dns2: 10.0.0.2
|