From a3fe52135b776a59e770b07d4b9ebacf832e2a57 Mon Sep 17 00:00:00 2001 From: Brian Cribbs Date: Fri, 28 Apr 2017 21:46:04 -0400 Subject: [PATCH] updating docs to match schema changes --- source/_components/cover.mqtt.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index 6e12254ea83..a64346d8c2e 100755 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -99,12 +99,12 @@ cover: state_closed: "STATE" optimistic: false value_template: '{% raw %}{{ value.x }}{% endraw %}' - tilt_command_topic: '' - tilt_status_topic: '' - tilt_min: '0' - tilt_max: '180' - tilt_closed_value: '70' - tilt_opened_value: '180' + tilt_command_topic: 'home-assistant/cover/tilt' + tilt_status_topic: 'home-assistant/cover/tilt-status' + tilt_min: 0 + tilt_max: 180 + tilt_closed_value: 70 + 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: