Skip to content

Commit e958de8

Browse files
committed
Fix Liquid error introduced with home-assistant#3573
1 parent 82abe83 commit e958de8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

source/_docs/mqtt/broker.markdown

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g
1919

2020
| Setting | Value |
2121
| -------------- | ----- |
22-
| Host | localhost
23-
| Port | 1883
24-
| Protocol | 3.1.1
25-
| User | homeassistant
26-
| Password | Your API [password](/components/http/)
27-
| Websocket port | 8080
22+
| Host | localhost |
23+
| Port | 1883 |
24+
| Protocol | 3.1.1 |
25+
| User | homeassistant |
26+
| Password | Your API [password](/components/http/) |
27+
| Websocket port | 8080 |
28+
2829

2930
```yaml
3031
# Example configuration.yaml entry
@@ -59,8 +60,6 @@ mqtt:
5960
broker: 192.168.1.100
6061
```
6162

62-
Configuration variables:
63-
6463
{% configuration %}
6564
broker:
6665
required: false
@@ -88,7 +87,7 @@ password:
8887
type: string
8988
protocol:
9089
required: false
91-
description: 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.
90+
description: "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."
9291
type: string
9392
certificate:
9493
required: false
@@ -100,7 +99,7 @@ tls_insecure:
10099
type: boolean
101100
tls_version:
102101
required: false
103-
description: TLS/SSL protocol version to use. Available options are: `auto`, `1.0`, `1.1`, `1.2`. Defaults to `auto`.
102+
description: "TLS/SSL protocol version to use. Available options are: `auto`, `1.0`, `1.1`, `1.2`. Defaults to `auto`."
104103
type: string
105104
{% endconfiguration %}
106105

0 commit comments

Comments
 (0)