Add options doc for mosquitto (#10)

This commit is contained in:
Pascal Vizeli
2017-04-30 11:27:20 +02:00
committed by GitHub
parent e6da91243e
commit 26033e10cb

View File

@@ -3,10 +3,7 @@ MQTT broker for HomeAssistant and HassIO addons.
## Options
- `plain`:
- `ssl`:
- `ssl`:
- `anonymous`:
- `logins`:
- `certfile`:
- `keyfile`:
- `plain`: For connection with 1883 (without SSL/TLS)
- `ssl`: For connection with 8883 (with SSL/TLS)
- `anonymous`: For anonymous authentication
- `logins`: A list of login data `{"username": "", "password": ""}`