forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.yaml
40 lines (40 loc) · 1.25 KB
/
en.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configuration:
logins:
name: Logins
description: >-
A list of local users that will be created with username and password. You
don't need to do this because you can use Home Assistant users too,
without any configuration.
require_certificate:
name: Require Certificate
description: >-
If enabled encryption will be enabled using the cert- and keyfile options.
certfile:
name: Certificate File
description: >-
A file containing a certificate, including its chain. Place this file in
the Home Assistant `ssl` folder.
cafile:
name: CA File
description: >-
A file containing a root certificate. Place this file in the Home
Assistant `ssl` folder.
keyfile:
name: Private Key File
description: >-
A file containing the private key. Place this file in the Home Assistant
`ssl` folder.
customize:
name: Customize
description: >-
See the Documentation tab for more information about these options.
debug:
name: Debug
description: >-
If enabled will turn on debug logging for mosquitto and the auth plugin.
network:
1883/tcp: Normal MQTT
1884/tcp: MQTT over WebSocket
8883/tcp: Normal MQTT with SSL
8884/tcp: MQTT over WebSocket with SSL