From 1c3d34e8ba59605fede0a47dec0783f57b9fec76 Mon Sep 17 00:00:00 2001 From: cribbstechnologies Date: Fri, 16 Jun 2017 12:13:57 -0400 Subject: [PATCH] updating docs to be inline with deployed code (#2826) --- source/_components/cover.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index 665308a995d..d8d3180d874 100755 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -37,7 +37,7 @@ Configuration variables: - **name** (*Optional*): The name of the sensor. Default is `MQTT Cover`. - **state_topic** (*Optional*): The MQTT topic subscribed to receive sensor values. -- **command_topic** (*Required*): The MQTT topic to publish commands to control the rollershutter. +- **command_topic** (*Optional*): The MQTT topic to publish commands to control the rollershutter. - **payload_open** (*Optional*): The payload that opens the cover. Default is `OPEN`. - **payload_close** (*Optional*): The payload that closes the cover. Default is `CLOSE`. - **payload_stop** (*Optional*): The payload that stops the rollershutter. default is `STOP`.