esphome/tests/components/safe_mode/common.yaml
NMartin354 7b60543afd
[safe_mode] Allow user-defined interval for successful boot (#6882)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-06-12 12:38:20 +12:00

18 lines
296 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