mirror of
https://github.com/esphome/esphome.git
synced 2026-08-30 17:46:01 +00:00
22 lines
402 B
YAML
22 lines
402 B
YAML
# Provisioning window on ESP8266 (no BLE Improv): api as a provisioning source
|
|
# and the wifi (AP + captive portal) guards. improv_serial is present and
|
|
# intentionally NOT gated.
|
|
provisioning:
|
|
timeout: 1min
|
|
on_timeout:
|
|
then:
|
|
- logger.log: "Provisioning window expired"
|
|
|
|
api:
|
|
encryption:
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
ap:
|
|
ssid: MyAP
|
|
|
|
captive_portal:
|
|
|
|
improv_serial:
|