Files
hassos_config/esphome/common/connection/wifi.yaml
2026-03-26 12:10:21 +01:00

19 lines
491 B
YAML

wifi:
networks:
- ssid: ${wifi_ssid}
password: ${wifi_password}
# manual_ip:
# static_ip: ${ip}
# gateway: ${gateway}
# subnet: ${subnet}
# dns1: 192.169.2.15
# dns2: 1.1.1.1
# - ssid: ${wifi_ssid2}
# password: ${wifi_password2}
#use_address: 192.168.2.235 #when changing fixed IP
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: ${device_name}
password: ${wifi_password}