mirror of
https://github.com/esphome/esphome.git
synced 2026-09-19 11:08:38 +00:00
12 lines
300 B
YAML
12 lines
300 B
YAML
# STA with AP fallback plus local: true opts the fallback into captive AP mode; exercises
|
|
# the runtime start (fallback branch in wifi loop) and end (on STA connect) paths.
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
ap:
|
|
ssid: "ESPHome-Test"
|
|
password: "Test1234!"
|
|
|
|
web_server:
|
|
local: true
|