Skip to content

Commit b78348b

Browse files
danielolson13Landrash
authored andcommitted
Cover: Fix typos and pass payload that matches example (home-assistant#965)
1 parent 3d9b83d commit b78348b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/cover.mqtt.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cover:
3333
qos: 0
3434
retain: true
3535
payload_open: "PAYLOAD_OPEN"
36-
payload_close: "PAYLOD__CLOSE"
36+
payload_close: "PAYLOAD_CLOSE"
3737
payload_stop: "PAYLOAD_STOP"
3838
state_open: "STATE_OPEN"
3939
state_closed: "STATE_CLOSED"
@@ -60,6 +60,6 @@ Configuration variables:
6060
For a quick check you can use the commandline tools shipped with `mosquitto` to send MQTT messages. Set the state of your sensor manually:
6161

6262
```bash
63-
$ mosquitto_pub -h 127.0.0.1 -t home-assistant/cover/set -m "OFF"
63+
$ mosquitto_pub -h 127.0.0.1 -t home-assistant/cover/set -m "PAYLOAD_CLOSE"
6464
```
6565

0 commit comments

Comments
 (0)