updating docs to match schema changes

This commit is contained in:
Brian Cribbs 2017-04-28 21:46:04 -04:00
parent 5bb498db03
commit a3fe52135b

View File

@ -99,12 +99,12 @@ cover:
state_closed: "STATE" state_closed: "STATE"
optimistic: false optimistic: false
value_template: '{% raw %}{{ value.x }}{% endraw %}' value_template: '{% raw %}{{ value.x }}{% endraw %}'
tilt_command_topic: '' tilt_command_topic: 'home-assistant/cover/tilt'
tilt_status_topic: '' tilt_status_topic: 'home-assistant/cover/tilt-status'
tilt_min: '0' tilt_min: 0
tilt_max: '180' tilt_max: 180
tilt_closed_value: '70' tilt_closed_value: 70
tilt_opened_value: '180' tilt_opened_value: 180
``` ```
For a check you can use the command line tools `mosquitto_pub` shipped with `mosquitto` to send MQTT messages. This allows you to operate your cover manually: For a check you can use the command line tools `mosquitto_pub` shipped with `mosquitto` to send MQTT messages. This allows you to operate your cover manually: