Fixes copy/paste error in lock.mqtt (#1661)

This commit is contained in:
Michaël Arnauts 2016-12-27 13:30:19 +01:00 committed by Fabian Affolter
parent ba87b9495d
commit 7de1892f29
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -71,7 +71,7 @@ lock:
Keep an eye on ratining messages to keep the state as you don't want to unlock your door by accident when you restart something. Keep an eye on ratining messages to keep the state as you don't want to unlock your door by accident when you restart something.
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: 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 lock manually:
```bash ```bash
$ mosquitto_pub -h 127.0.0.1 -t home-assistant/frontdoor/set -m "LOCK" $ mosquitto_pub -h 127.0.0.1 -t home-assistant/frontdoor/set -m "LOCK"