mirror of
https://github.com/esphome/esphome.git
synced 2026-05-13 03:30:34 +08:00
4ae7633418
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
23 lines
349 B
YAML
23 lines
349 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
safe_mode:
|
|
boot_is_good_after: 2min
|
|
num_attempts: 3
|
|
reboot_timeout: 2min
|
|
on_safe_mode:
|
|
- logger.log: Time for safe mode
|
|
|
|
button:
|
|
- platform: safe_mode
|
|
name: Safe Mode Button
|
|
|
|
switch:
|
|
- platform: safe_mode
|
|
name: Safe Mode Switch
|
|
|
|
esphome:
|
|
on_boot:
|
|
- safe_mode.mark_successful
|