mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 04:28:43 +00:00
10 lines
260 B
YAML
10 lines
260 B
YAML
# AP mode: with a WiFi access point and the interface embedded in the firmware, web_server
|
|
# runs its own captive portal (DNS server, unknown URLs redirect to the page).
|
|
wifi:
|
|
ap:
|
|
ssid: "ESPHome-Test"
|
|
password: "Test1234!"
|
|
|
|
web_server:
|
|
local: true
|