mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-22 05:43:28 +02:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
11 lines
155 B
YAML
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
|