From ad862a2d3ab944c9cf4e9a89094f178a941aecc8 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Wed, 11 Oct 2017 02:47:54 +0300 Subject: [PATCH] device_tracker.mqtt configuration.yaml is wrong 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 2b1bd0d519a1..d60b895c50ed 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: