From 833015fbf8b9c0f4da2c2535edb7d337a07d4bfa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 8 Sep 2015 23:05:44 -0700 Subject: [PATCH] add MQTT topic warning --- source/components/switch.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/components/switch.mqtt.markdown b/source/components/switch.mqtt.markdown index 4b0d76b594c..74d1a2e67d9 100644 --- a/source/components/switch.mqtt.markdown +++ b/source/components/switch.mqtt.markdown @@ -44,3 +44,7 @@ switch: - **payload_on**: The payload that represents enabled state. Default is "ON". *Optional* - **payload_off**: The payload that represents disabled state. Default is "OFF". *Optional* - **optimistic**: Flag that defines if switch works in optimistic mode. Default is true if no state topic defined, else false. *Optional* + +

+Make sure that your topics match exact. some-topic/ and some-topic are different topics. +

\ No newline at end of file