mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 13:44:21 +01:00
* OpenZWave 0.5.2 * Fix typo in code comment * LTW -> LWT * Convert mosquitto.conf dos2unix * Add additional MQTT bridge settings * Change client name to match add-on slug * Extract MQTT logic into a helper * Disable shellcheck SC1091
21 lines
208 B
Plaintext
21 lines
208 B
Plaintext
##
|
|
# defaults
|
|
listener 1883
|
|
user root
|
|
|
|
##
|
|
# logging
|
|
log_dest stdout
|
|
|
|
##
|
|
# datastore
|
|
persistence true
|
|
persistence_location /data/
|
|
|
|
##
|
|
# auth
|
|
allow_anonymous false
|
|
password_file /data/auth.db
|
|
|
|
# Dynamic config
|