Template cover toggle (#3452)

This commit is contained in:
jochenvg 2023-12-14 05:01:08 +00:00 committed by Jesse Hills
parent 7fc5131a58
commit 1bfc664024
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ Configuration variables:
be performed when the remote requests the cover to be closed. be performed when the remote requests the cover to be closed.
- **stop_action** (*Optional*, :ref:`Action <config-action>`): The action that should - **stop_action** (*Optional*, :ref:`Action <config-action>`): The action that should
be performed when the remote requests the cover to be stopped. be performed when the remote requests the cover to be stopped.
- **toggle_action** (*Optional*, :ref:`Action <config-action>`): The action that should
be performed when the remote requests to toggle the the cover.
- **optimistic** (*Optional*, boolean): Whether to operate in optimistic mode - when in this mode, - **optimistic** (*Optional*, boolean): Whether to operate in optimistic mode - when in this mode,
any command sent to the template cover will immediately update the reported state and no lambda any command sent to the template cover will immediately update the reported state and no lambda
needs to be used. Defaults to ``false``. needs to be used. Defaults to ``false``.