From d5d3d637ac6f26658a1957d4a35eaf9d1283d4c3 Mon Sep 17 00:00:00 2001 From: Paul Annekov Date: Sat, 25 Mar 2017 10:28:02 +0200 Subject: [PATCH] Fixed restriction for MQTT Eventstream config (#2328) --- source/_components/mqtt_eventstream.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/mqtt_eventstream.markdown b/source/_components/mqtt_eventstream.markdown index 3d89fe244cf..4c092f3dda9 100644 --- a/source/_components/mqtt_eventstream.markdown +++ b/source/_components/mqtt_eventstream.markdown @@ -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