mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
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>
15 lines
263 B
YAML
15 lines
263 B
YAML
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
|