Skip to content

Commit 73f08be

Browse files
tomasvanpottelberghswoboda1337
authored andcommitted
[deep_sleep] Update possible modes for esp32_ext1_wakeup (esphome#5391)
* Update deep_sleep.md * Clarify modes per variant * Clean up --------- Co-authored-by: Jonathan Swoboda <[email protected]>
1 parent 375e631 commit 73f08be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/components/deep_sleep.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ Advanced features:
6767
wake up on multiple pins. This cannot be used together with wakeup pin.
6868

6969
- **pins** (**Required**, list of pin numbers): The pins to wake up on.
70-
- **mode** (**Required**): The mode to use for the wakeup source. Must be one of `ALL_LOW` (wake up when
71-
all pins go LOW) or `ANY_HIGH` (wake up when any pin goes HIGH).
70+
- **mode** (**Required**): The mode to use for the wakeup source. Must be one of:
71+
- `ANY_LOW`: wake up when any selected pin is LOW (ESP32‑S2/S3/C6/H2 only)
72+
- `ALL_LOW`: wake up when all selected pins are LOW (ESP32 only)
73+
- `ANY_HIGH`: wake up when any selected pin is HIGH
7274

7375
{{< note >}}
7476
Only one deep sleep component may be configured.

0 commit comments

Comments
 (0)