mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
16 lines
465 B
YAML
16 lines
465 B
YAML
# A device provisioned over the network (wifi / Improv) with no api: network
|
|
# connectivity alone satisfies provisioning, so `provisioning:` is valid without an
|
|
# api encryption source. Config-only -- exercises the network provisioning-source
|
|
# validation path (the Improv-only case from the review).
|
|
provisioning:
|
|
timeout: 1min
|
|
on_timeout:
|
|
then:
|
|
- logger.log: "Provisioning window expired"
|
|
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
improv_serial:
|