Skip to content

Commit

Permalink
device_tracker.mqtt configuration.yaml is wrong (home-assistant#3583)
Browse files Browse the repository at this point in the history
The topic to be looked up must be in quotes for the example to work.
  • Loading branch information
tsvi authored and fabaff committed Oct 21, 2017
1 parent e91032b commit 8e89191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_components/device_tracker.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e89191

Please sign in to comment.