mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update Mosquitto addon component configuration (#7237)
This commit is contained in:
parent
7b3fd15789
commit
007a9df7b8
@ -34,13 +34,31 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker.
|
|||||||
Make sure you use logins and disable anonymous access if you want to secure the system.
|
Make sure you use logins and disable anonymous access if you want to secure the system.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
plain:
|
||||||
- **plain** (*Optional*): Listen on port 1883 without SSL/TLS. Defaults to `true`.
|
description: Listen on port 1883 without SSL/TLS.
|
||||||
- **ssl** (*Optional*): Listen on port 8883 with SSL/TLS. This requires certificates. Defaults to `false`.
|
required: false
|
||||||
- **anonymous** (*Optional*): Allow anonymous connections. If *logins* is set, the anonymous user can only read data. Defaults to `true`.
|
default: true
|
||||||
- **logins** (*Optional*): A list of users that will be created with *username* and *password*.
|
type: boolean
|
||||||
- **customize** (*Optional*): If you enable it, it reads additional configuration files (`*.conf`) from `/share/mosquitto`.
|
ssl:
|
||||||
|
description: Listen on port 8883 with SSL/TLS. This requires certificates.
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
anonymous:
|
||||||
|
description: Allow anonymous connections. If *logins* is set, the anonymous user can only read data.
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
logins:
|
||||||
|
description: A list of users that will be created with *username* and *password*.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
customize:
|
||||||
|
description: If you enable it, it reads additional configuration files (`*.conf`) from `/share/mosquitto`.
|
||||||
|
required: false
|
||||||
|
type: [boolean, string]
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Home Assistant configuration %}
|
### {% linkable_title Home Assistant configuration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user