1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-01 16:28:17 +00:00

11 lines
155 B
YAML

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