mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 23:51:47 +00:00
Support different run duration for non-timer wakeup (#2861)
This commit is contained in:
9
tests/component_tests/deep_sleep/test_deep_sleep1.yaml
Normal file
9
tests/component_tests/deep_sleep/test_deep_sleep1.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
esphome:
|
||||
name: test
|
||||
platform: ESP32
|
||||
board: nodemcu-32s
|
||||
|
||||
deep_sleep:
|
||||
id: deepsleep
|
||||
sleep_duration: 1min
|
||||
run_duration: 10s
|
||||
Reference in New Issue
Block a user