You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
270 B

## WiFi Component ##
## https://esphome.io/components/wifi.html
wifi:
ssid: ${wifi_ssid}
password: ${wifi_password}
domain: ${wifi_domain}
fast_connect: true
power_save_mode: none
ap:
ssid: "${devicename} Fallback"
password: ${fallback_ap_password}