mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
8 lines
172 B
YAML
8 lines
172 B
YAML
# Exercises the dict form of fast_connect with RTC-backed preference storage.
|
|
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
fast_connect:
|
|
enabled: true
|
|
storage: rtc
|