mirror of
https://github.com/esphome/esphome.git
synced 2026-01-10 04:00:51 -07:00
[deep_sleep] Deep sleep for BK72xx (#12267)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
14
tests/components/deep_sleep/test.bk72xx-ard.yaml
Normal file
14
tests/components/deep_sleep/test.bk72xx-ard.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
deep_sleep:
|
||||
run_duration: 30s
|
||||
sleep_duration: 12h
|
||||
wakeup_pin:
|
||||
- pin:
|
||||
number: P6
|
||||
- pin: P7
|
||||
wakeup_pin_mode: KEEP_AWAKE
|
||||
- pin:
|
||||
number: P10
|
||||
inverted: true
|
||||
wakeup_pin_mode: INVERT_WAKEUP
|
||||
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user