File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ Set up a [mosquitto](https://mosquitto.org/) MQTT broker.
18
18
"anonymous" : true ,
19
19
"logins" : [
20
20
{"username" : " testuser" , "password" : " mypw" }
21
- ]
21
+ ],
22
+ "customize" : {
23
+ "active" : false ,
24
+ "folder" : "mosquitto
25
+ }
22
26
}
23
27
```
24
28
@@ -30,6 +34,7 @@ Configuration variables:
30
34
- ** ssl** (* Optional* ): Listen to broker on port 8883 with SSL/TLS. This requires certificates. Defaults to ` false ` .
31
35
- ** anonymous** (* Optional* ): Allow anonymous connection. If * logins* is set, anonymous user can only read data. Defaults to ` true ` .
32
36
- ** logins** (* Optional* ): A list of user that will be created with * username* and * password* .
37
+ - ** customize** (* Optional* ): If you enable it, it read additional config files (` *.conf ` ) from ` /share/mosquitto ` .
33
38
34
39
### {% linkable_title Home Assistant configuration %}
35
40
You can’t perform that action at this time.
0 commit comments