mirror of
https://github.com/esphome/esphome.git
synced 2025-04-20 01:30:33 +01: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
|