Skip to content

Commit ccb0015

Browse files
committed
Update config var description style
1 parent a238c02 commit ccb0015

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

source/_components/mqtt_eventstream.markdown

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ mqtt_eventstream:
2424
subscribe_topic: OtherHaServerName
2525
```
2626
27-
Configuration variables:
28-
29-
- **publish_topic** (*Optional*): Topic for publishing local events
30-
- **subscribe_topic** (*Optional*): Topic to receive events from the remote server.
31-
32-
## Multiple Instances
27+
{% configuration %}
28+
publish_topic:
29+
description: Topic for publishing local events.
30+
required: false
31+
type: string
32+
subscribe_topic:
33+
description: Topic to receive events from the remote server.
34+
required: false
35+
type: string
36+
{% endconfiguration %}
37+
38+
## {% linkable_title Multiple Instances %}
3339
3440
Events from multiple instances can be aggregated to a single master instance by subscribing to a wildcard topic from the master instance.
3541

0 commit comments

Comments
 (0)