mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
15 lines
216 B
YAML
15 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
|