Update mosquitto.markdown

This commit is contained in:
Pascal Vizeli 2018-11-06 09:54:55 +01:00 committed by GitHub
parent 9a233fc520
commit 12cdb1aaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ anonymous:
default: false
type: boolean
logins:
description: A list of local users that will be created with *username* and *password*.
description: A list of local users that will be created with *username* and *password*. You don't need do this because you can use Home Assistant users too without any configuration.
required: false
type: list
customize:
@ -53,7 +53,7 @@ This add-on is attached to the Home Assistant user system, so mqtt clients can m
### {% linkable_title Home Assistant configuration %}
To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the integration page and install the configuration with one click. The `discovery:` component must be enabled for one-click integration.
To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the integration page and install the configuration with one click. If you have old mqtt settings available, remove this old integration and restart Home Assistant to see the new one.
### {% linkable_title Disable listening on insecure (1883) ports %}