mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Cover updates (#2773)
* updating docs to show how to use position attribute in template Conflicts: source/_components/cover.mqtt.markdown * updating docs Conflicts: source/_components/cover.mqtt.markdown
This commit is contained in:
parent
4872dfcc15
commit
8a7da426d8
@ -46,6 +46,8 @@ Configuration variables:
|
|||||||
- **qos** (*Optional*): The maximum QoS level of the state topic. Default is `0`. Will also be used when publishing messages.
|
- **qos** (*Optional*): The maximum QoS level of the state topic. Default is `0`. Will also be used when publishing messages.
|
||||||
- **retain** (*Optional*): If the published message should have the retain flag on or not. Default is `false`.
|
- **retain** (*Optional*): If the published message should have the retain flag on or not. Default is `false`.
|
||||||
- **value_template** (*Optional*): Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the payload.
|
- **value_template** (*Optional*): Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract a value from the payload.
|
||||||
|
- **set_position_topic** (*Optional*): The MQTT topic to publish position commands to.
|
||||||
|
- **set_position_template** (*Optional*): Defines a [template](/topics/templating/) to define the position to be sent to the `set_position_topic` topic. Incoming position value is available for use in the template `{{position}}`. If no template is defined, the numeric position (0-100) will be written directly to the topic.
|
||||||
- **tilt_command_topic** (*Optional*): The MQTT topic to publish commands to control the cover tilt.
|
- **tilt_command_topic** (*Optional*): The MQTT topic to publish commands to control the cover tilt.
|
||||||
- **tilt_status_topic** (*Optional*): The MQTT topic subscribed to receive tilt status update values.
|
- **tilt_status_topic** (*Optional*): The MQTT topic subscribed to receive tilt status update values.
|
||||||
- **tilt_min** (*Optional*): The minimum tilt value. Default is `0`
|
- **tilt_min** (*Optional*): The minimum tilt value. Default is `0`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user