diff --git a/components/cover/time_based.rst b/components/cover/time_based.rst index e9ca8e493..e5b321713 100644 --- a/components/cover/time_based.rst +++ b/components/cover/time_based.rst @@ -64,6 +64,13 @@ Configuration variables: The stop button on the UI is always enabled even when the cover is stopped and each press on the button will cause the ``stop_action`` to be performed. +.. note:: + + The state of the cover can be restored from flash after a node reboot, with + ``esp8266_restore_from_flash: true`` option set. + See :doc:`esp8266_restore_from_flash ` for details. + + See Also --------