File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,18 @@ mqtt_eventstream:
24
24
subscribe_topic : OtherHaServerName
25
25
` ` `
26
26
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 %}
33
39
34
40
Events from multiple instances can be aggregated to a single master instance by subscribing to a wildcard topic from the master instance.
35
41
You can’t perform that action at this time.
0 commit comments