From 9c25564272dff1ce45aa1df9870a24ff54607c12 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Wed, 11 Oct 2017 13:03:36 +0300 Subject: [PATCH] device_tracker.mqtt configuration.yaml is wrong (#3583) The topic to be looked up must be in quotes for the example to work. --- source/_components/device_tracker.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/device_tracker.mqtt.markdown b/source/_components/device_tracker.mqtt.markdown index 2b1bd0d519a..d60b895c50e 100644 --- a/source/_components/device_tracker.mqtt.markdown +++ b/source/_components/device_tracker.mqtt.markdown @@ -22,8 +22,8 @@ To use this device tracker in your installation, add the following to your `conf device_tracker: - platform: mqtt devices: - paulus_oneplus: /location/paulus - annetherese_n4: /location/annetherese + paulus_oneplus: 'location/paulus' + annetherese_n4: 'location/annetherese' ``` Configuration variables: