From d61ea185793ebe5e2297c71f1d365de838692e85 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 8 Jun 2018 11:44:02 +0200 Subject: [PATCH] Add deep sleep note --- esphomeyaml/components/deep_sleep.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/deep_sleep.rst b/esphomeyaml/components/deep_sleep.rst index a534e9c30..8e0b79483 100644 --- a/esphomeyaml/components/deep_sleep.rst +++ b/esphomeyaml/components/deep_sleep.rst @@ -31,7 +31,7 @@ Configuration variables: - **run_duration** (*Optional*, :ref:`config-time`): 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 - 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. - **wakeup_pin** (*Optional*, :ref:`Pin Schema `): Only on ESP32. A pin to wake up to once in deep sleep mode. Use the inverted property to wake up