home-assistant: Enable Mosquitto persistence
Configuring Mosquitto to persist its state to the filesystem will keep retained messages from MQTT sensors, etc.collectd-buildroot
parent
e7534d36cf
commit
a3608f187c
|
@ -9,6 +9,9 @@ mosquitto_listeners:
|
||||||
address: ::1
|
address: ::1
|
||||||
mosquitto_password_file: /etc/mosquitto/passwd
|
mosquitto_password_file: /etc/mosquitto/passwd
|
||||||
mosquitto_acl_file: /etc/mosquitto/acl
|
mosquitto_acl_file: /etc/mosquitto/acl
|
||||||
|
mosquitto_persistence: true
|
||||||
|
mosquitto_persistence_location: /var/lib/mosquitto
|
||||||
|
mosquitto_autosave_interval: 1800
|
||||||
apache_default_ssl_vhost: false
|
apache_default_ssl_vhost: false
|
||||||
homeassistant_server_name: homeassistant.pyrocufflink.blue
|
homeassistant_server_name: homeassistant.pyrocufflink.blue
|
||||||
homeassistant_update: false
|
homeassistant_update: false
|
||||||
|
|
Loading…
Reference in New Issue