updating docs to be inline with deployed code (#2826)

This commit is contained in:
cribbstechnologies 2017-06-16 12:13:57 -04:00 committed by Adam Mills
parent 1c904e63b1
commit 1c3d34e8ba

View File

@ -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`.