Skip to content

Commit 9c25564

Browse files
tsvifabaff
authored andcommitted
device_tracker.mqtt configuration.yaml is wrong (home-assistant#3583)
The topic to be looked up must be in quotes for the example to work.
1 parent d116c65 commit 9c25564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/device_tracker.mqtt.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ To use this device tracker in your installation, add the following to your `conf
2222
device_tracker:
2323
- platform: mqtt
2424
devices:
25-
paulus_oneplus: /location/paulus
26-
annetherese_n4: /location/annetherese
25+
paulus_oneplus: 'location/paulus'
26+
annetherese_n4: 'location/annetherese'
2727
```
2828
2929
Configuration variables:

0 commit comments

Comments
 (0)