diff --git a/mosquitto/README.md b/mosquitto/README.md index cd3daa0..d0a9c9b 100644 --- a/mosquitto/README.md +++ b/mosquitto/README.md @@ -52,7 +52,13 @@ require_certificate: false ### Option: `logins` (optional) -A list of local users that will be created with username and password. You don’t need to do this because you can use Home Assistant users too, without any configuration. +A list of local users that will be created with username and password. You don’t need to do this because you can use Home Assistant users too, without any configuration. If a local user is specifically desired: + +```yaml +logins: + - username: user + password: passwd +``` ### Option: `anonymous`