Skip to content

Commit 6291717

Browse files
authored
Update mosquitto.markdown
1 parent 911c873 commit 6291717

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/_addons/mosquitto.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Set up a [mosquitto](https://mosquitto.org/) MQTT broker.
1818
"anonymous": true,
1919
"logins": [
2020
{"username": "testuser", "password": "mypw"}
21-
]
21+
],
22+
"customize": {
23+
"active": false,
24+
"folder": "mosquitto
25+
}
2226
}
2327
```
2428

@@ -30,6 +34,7 @@ Configuration variables:
3034
- **ssl** (*Optional*): Listen to broker on port 8883 with SSL/TLS. This requires certificates. Defaults to `false`.
3135
- **anonymous** (*Optional*): Allow anonymous connection. If *logins* is set, anonymous user can only read data. Defaults to `true`.
3236
- **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`.
3338

3439
### {% linkable_title Home Assistant configuration %}
3540

0 commit comments

Comments
 (0)