Skip to content

Commit 75b30f6

Browse files
committed
Minimize configuration sample
1 parent 3d5dd36 commit 75b30f6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

source/_docs/mqtt/broker.markdown

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ This is the most private option but requires a bit more work. There are multiple
5757
# Example configuration.yaml entry
5858
mqtt:
5959
broker: 192.168.1.100
60-
port: 1883
61-
client_id: home-assistant-1
62-
keepalive: 60
63-
username: USERNAME
64-
password: PASSWORD
65-
protocol: 3.1
66-
tls_insecure: True
67-
tls_version: 1.2
6860
```
6961

7062
Configuration variables:
@@ -76,6 +68,7 @@ Configuration variables:
7668
- **username** (*Optional*): The username to use with your MQTT broker.
7769
- **password** (*Optional*): The corresponding password for the username to use with your MQTT broker.
7870
- **protocol** (*Optional*): Protocol to use: 3.1 or 3.1.1. By default it connects with 3.1.1 and falls back to 3.1 if server does not support 3.1.1.
71+
- **certificate** (*Optional*): Path to the certificate file, eg. `/home/user/.homeassistant/server.crt`.
7972
- **tls_insecure** (*Optional*): Set the verification of the server hostname in the server certificate.
8073
- **tls_version** (*Optional*): TLS/SSL protocol version to use. Available options are: `auto`, `1.0`, `1.1`, `1.2`. Defaults to `auto`.
8174

0 commit comments

Comments
 (0)