From 629171738cde7b524823c3fadc8154f8cbab0f57 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 21 Jul 2017 10:47:43 +0200 Subject: [PATCH] Update mosquitto.markdown --- source/_addons/mosquitto.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index 065e86e9d74..b483f850122 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -18,7 +18,11 @@ Set up a [mosquitto](https://mosquitto.org/) MQTT broker. "anonymous": true, "logins": [ {"username": "testuser", "password": "mypw"} - ] + ], + "customize": { + "active": false, + "folder": "mosquitto + } } ``` @@ -30,6 +34,7 @@ Configuration variables: - **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*. +- **customize** (*Optional*): If you enable it, it read additional config files (`*.conf`) from `/share/mosquitto`. ### {% linkable_title Home Assistant configuration %}