mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 20:53:26 +02:00
16 lines
216 B
YAML
16 lines
216 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
safe_mode:
|
|
num_attempts: 3
|
|
reboot_timeout: 2min
|
|
|
|
button:
|
|
- platform: safe_mode
|
|
name: Safe Mode Button
|
|
|
|
switch:
|
|
- platform: safe_mode
|
|
name: Safe Mode Switch
|