Fixes copy/paste error in lock.mqtt (#1661)
This commit is contained in:
parent
8f3b40da1a
commit
d1c5965121
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue