1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-13 22:30:31 +01:00
2024-05-16 19:29:18 +02:00

12 lines
168 B
YAML

esphome:
on_boot:
then:
- deep_sleep.prevent
- delay: 1s
- deep_sleep.allow
deep_sleep:
run_duration:
default: 10s
sleep_duration: 50s