mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 23:26:20 +00:00
17 lines
346 B
YAML
17 lines
346 B
YAML
# Provisioning window on ESP8266 (no BLE Improv): api as a provisioning source
|
|
# and the wifi reboot guard. 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
|
|
|
|
improv_serial:
|