mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-24 22:02:04 +01:00
Add deep sleep note
This commit is contained in:
parent
01ef608ed2
commit
d61ea18579
@ -31,7 +31,7 @@ Configuration variables:
|
|||||||
- **run_duration** (*Optional*, :ref:`config-time`):
|
- **run_duration** (*Optional*, :ref:`config-time`):
|
||||||
The time duration the node should be active, i.e. run code.
|
The time duration the node should be active, i.e. run code.
|
||||||
- **run_cycles** (*Optional*, int): The number of ``loop()`` cycles to go through before
|
- **run_cycles** (*Optional*, int): The number of ``loop()`` cycles to go through before
|
||||||
entering deep sleep mode.
|
entering deep sleep mode. Note: for advanced use-cases with custom code only.
|
||||||
- **sleep_duration** (*Optional*, :ref:`config-time`): The time duration to stay in deep sleep mode.
|
- **sleep_duration** (*Optional*, :ref:`config-time`): The time duration to stay in deep sleep mode.
|
||||||
- **wakeup_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`):
|
- **wakeup_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`):
|
||||||
Only on ESP32. A pin to wake up to once in deep sleep mode. Use the inverted property to wake up
|
Only on ESP32. A pin to wake up to once in deep sleep mode. Use the inverted property to wake up
|
||||||
|
Loading…
Reference in New Issue
Block a user