mosquitto: Add missing login configuration details (#1127)

* mosquitto: Add missing login configuration details

* ✏️ Tweak

* Update README.md

* Update README.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Thomas Dietrich
2020-02-26 12:26:00 +01:00
committed by GitHub
parent 4e9216d353
commit 1b73bb05ec

View File

@@ -52,7 +52,13 @@ require_certificate: false
### Option: `logins` (optional)
A list of local users that will be created with username and password. You dont 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 dont 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`