mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:19:03 +00:00
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:
|