From 1b73bb05ece444bbcc0fb67fac9517be82795383 Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Wed, 26 Feb 2020 12:26:00 +0100 Subject: [PATCH] mosquitto: Add missing login configuration details (#1127) * mosquitto: Add missing login configuration details * :pencil2: Tweak * Update README.md * Update README.md Co-authored-by: Franck Nijhof --- mosquitto/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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`