mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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:
|
device_tracker:
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
devices:
|
devices:
|
||||||
paulus_oneplus: /location/paulus
|
paulus_oneplus: 'location/paulus'
|
||||||
annetherese_n4: /location/annetherese
|
annetherese_n4: 'location/annetherese'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user