Fixed restriction for MQTT Eventstream config (#2328)

This commit is contained in:
Paul Annekov 2017-03-25 10:28:02 +02:00 committed by Fabian Affolter
parent b13b585676
commit d5d3d637ac

View File

@ -25,8 +25,8 @@ mqtt_eventstream:
Configuration variables:
- **publish_topic** (*Required*): Topic for publishing local events
- **subscribe_topic** (*Required*): Topic to receive events from the remote server.
- **publish_topic** (*Optional*): Topic for publishing local events
- **subscribe_topic** (*Optional*): Topic to receive events from the remote server.
## Multiple Instances