mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Template cover toggle (#3452)
This commit is contained in:
parent
7fc5131a58
commit
1bfc664024
@ -52,6 +52,8 @@ Configuration variables:
|
||||
be performed when the remote requests the cover to be closed.
|
||||
- **stop_action** (*Optional*, :ref:`Action <config-action>`): The action that should
|
||||
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,
|
||||
any command sent to the template cover will immediately update the reported state and no lambda
|
||||
needs to be used. Defaults to ``false``.
|
||||
|
Loading…
Reference in New Issue
Block a user