mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update config var description style
This commit is contained in:
parent
a238c0295b
commit
ccb00150e9
@ -24,12 +24,18 @@ mqtt_eventstream:
|
|||||||
subscribe_topic: OtherHaServerName
|
subscribe_topic: OtherHaServerName
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
publish_topic:
|
||||||
|
description: Topic for publishing local events.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
subscribe_topic:
|
||||||
|
description: Topic to receive events from the remote server.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
- **publish_topic** (*Optional*): Topic for publishing local events
|
## {% linkable_title Multiple Instances %}
|
||||||
- **subscribe_topic** (*Optional*): Topic to receive events from the remote server.
|
|
||||||
|
|
||||||
## Multiple Instances
|
|
||||||
|
|
||||||
Events from multiple instances can be aggregated to a single master instance by subscribing to a wildcard topic from the master instance.
|
Events from multiple instances can be aggregated to a single master instance by subscribing to a wildcard topic from the master instance.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user