mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
15 lines
245 B
YAML
15 lines
245 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- deep_sleep.prevent
|
|
- delay: 1s
|
|
- deep_sleep.allow
|
|
|
|
deep_sleep:
|
|
run_duration:
|
|
default: 10s
|
|
gpio_wakeup_reason: 30s
|
|
sleep_duration: 50s
|
|
wakeup_pin: 4
|
|
wakeup_pin_mode: INVERT_WAKEUP
|