Updated Hass.io documents (#2559)

This commit is contained in:
Alok Saboo 2017-05-03 22:31:13 -04:00 committed by Paulus Schoutsen
parent 15bf573fc2
commit f55a9b4256
4 changed files with 21 additions and 21 deletions

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
---
Setup a [mosquitto](https://mosquitto.org/) mqtt broker.
Set up a [mosquitto](https://mosquitto.org/) MQTT broker.
```json
{
@ -22,9 +22,9 @@ Setup a [mosquitto](https://mosquitto.org/) mqtt broker.
}
```
Option variables:
Configuration variables:
- **plain** (*Optional*): default true. Listen broaker on port 1883 without SSL/TLS.
- **ssl** (*Optional*): default false. Listen broker on port 8883 with SSL/TLS. Need to have certificates.
- **anonymous** (*Optional*): default true. Allow anonymous connection. If *logins* is set, anonymous user can only read data.
- **logins** (*Optional*): default empty. A list of user that will be create with *username* and *password*.
- **plain** (*Optional*): Listen to broker on port 1883 without SSL/TLS. Defaults to `true`.
- **ssl** (*Optional*): Listen to broker on port 8883 with SSL/TLS. This requires certificates. Defaults to `false`.
- **anonymous** (*Optional*): Allow anonymous connection. If *logins* is set, anonymous user can only read data. Defaults to `true`.
- **logins** (*Optional*): A list of user that will be created with *username* and *password*.