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 8f3b40da1a
commit d1c5965121

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"