Mark required fields for endstop cover as required (#1329)

This commit is contained in:
Oxan van Leeuwen 2021-07-23 21:25:03 +02:00 committed by GitHub
parent 2a524a9ed2
commit 93f838d570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ controlling the cover. The user just needs to enter what to do when the platform
cover in either direction, or stop it, as well as information about open and close information so that
the current position can be approximated.
Additionally, open and close durations can be specified to allow ESPHome to approximate the
Additionally, open and close durations must be specified to allow ESPHome to approximate the
current position of the cover.
.. figure:: images/more-info-ui.png
@ -55,7 +55,7 @@ Configuration variables:
- **open_endstop** (**Required**, :ref:`config-id`): The ID of the
:ref:`Binary Sensor <config-binary_sensor>` that turns on when the open position is reached.
- **close_action** (*Optional*, :ref:`Action <config-action>`): The action that should
- **close_action** (**Required**, :ref:`Action <config-action>`): The action that should
be performed when the remote requests the cover to be closed.
- **close_duration** (**Required**, :ref:`config-time`): The amount of time it takes the cover
to close from the fully-open state.