We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9b83d commit b78348bCopy full SHA for b78348b
source/_components/cover.mqtt.markdown
@@ -33,7 +33,7 @@ cover:
33
qos: 0
34
retain: true
35
payload_open: "PAYLOAD_OPEN"
36
- payload_close: "PAYLOD__CLOSE"
+ payload_close: "PAYLOAD_CLOSE"
37
payload_stop: "PAYLOAD_STOP"
38
state_open: "STATE_OPEN"
39
state_closed: "STATE_CLOSED"
@@ -60,6 +60,6 @@ Configuration variables:
60
For a quick check you can use the commandline tools shipped with `mosquitto` to send MQTT messages. Set the state of your sensor manually:
61
62
```bash
63
-$ mosquitto_pub -h 127.0.0.1 -t home-assistant/cover/set -m "OFF"
+$ mosquitto_pub -h 127.0.0.1 -t home-assistant/cover/set -m "PAYLOAD_CLOSE"
64
```
65
0 commit comments