mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
device_tracker.mqtt configuration.yaml is wrong (#3583)
The topic to be looked up must be in quotes for the example to work.
This commit is contained in:
parent
d116c65d9e
commit
9c25564272
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user