From d6960620aa2f34abe2e868e8239b206d56045474 Mon Sep 17 00:00:00 2001 From: Niorix Date: Mon, 21 Feb 2022 06:52:22 +0700 Subject: [PATCH] light: add RESTORE_AND_OFF/RESTORE_AND_ON LightRestoreMode (#1923) --- components/light/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/light/index.rst b/components/light/index.rst index a9f53da61..ca2822644 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -43,6 +43,8 @@ Configuration variables: - ``RESTORE_DEFAULT_ON`` - Attempt to restore state and default to ON. - ``RESTORE_INVERTED_DEFAULT_OFF`` - Attempt to restore state inverted from the previous state and default to OFF. - ``RESTORE_INVERTED_DEFAULT_ON`` - Attempt to restore state inverted from the previous state and default to ON. + - ``RESTORE_AND_OFF`` - Attempt to restore state but initialize the light as OFF. + - ``RESTORE_AND_ON`` - Attempt to restore state but initialize the light as ON. - ``ALWAYS_OFF`` - Always initialize the light as OFF on bootup. - ``ALWAYS_ON`` - Always initialize the light as ON on bootup.