mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Make it clearer that only one deep sleep component is allowed. (#303)
* Make it clearer that only one deep sleep component is allowed. * Update deep_sleep.rst Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
435c80279b
commit
8b2e1d4a82
@ -50,6 +50,10 @@ Advanced features:
|
||||
- **mode** (*Optional*): The mode to use for the wakeup source. Must be one of ``ALL_LOW`` (wake up when
|
||||
all pins go LOW) or ``ANY_HIGH`` (wake up when any pin goes HIGH).
|
||||
|
||||
.. note::
|
||||
|
||||
Only one deep sleep component may be configured.
|
||||
|
||||
.. _deep_sleep-esp32_wakeup_pin_mode:
|
||||
|
||||
ESP32 Wakeup Pin Mode
|
||||
|
Loading…
Reference in New Issue
Block a user