Update config var description style

This commit is contained in:
Fabian Affolter 2017-11-23 22:53:29 +01:00
parent a238c0295b
commit ccb00150e9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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.