From 7de1892f29de56bda17893749ed06da9fa544abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Tue, 27 Dec 2016 13:30:19 +0100 Subject: [PATCH] Fixes copy/paste error in lock.mqtt (#1661) --- source/_components/lock.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/lock.mqtt.markdown b/source/_components/lock.mqtt.markdown index 89f013b999d..4bec5e48e4d 100644 --- a/source/_components/lock.mqtt.markdown +++ b/source/_components/lock.mqtt.markdown @@ -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. -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 $ mosquitto_pub -h 127.0.0.1 -t home-assistant/frontdoor/set -m "LOCK"