mirror of
https://github.com/esphome/esphome.git
synced 2026-09-27 06:50:22 +00:00
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
237 B
YAML
16 lines
237 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
enable_on_boot: false
|
|
|
|
esphome:
|
|
on_boot:
|
|
priority: 200
|
|
then:
|
|
- if:
|
|
condition:
|
|
not:
|
|
wifi.enabled:
|
|
then:
|
|
- wifi.enable:
|