Fix missing mqtt platform declaration in device tracker example (#12212)

This commit is contained in:
Hmmbob 2020-03-02 11:37:18 +01:00 committed by GitHub
parent 1404c2a4cf
commit 1d44299ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,13 +54,14 @@ source_type:
```yaml ```yaml
# Complete configuration.yaml entry # Complete configuration.yaml entry
device_tracker: device_tracker:
devices: - platform: mqtt
paulus_oneplus: 'location/paulus' devices:
annetherese_n4: 'location/annetherese' paulus_oneplus: 'location/paulus'
qos: 1 annetherese_n4: 'location/annetherese'
payload_home: 'present' qos: 1
payload_not_home: 'not present' payload_home: 'present'
source_type: bluetooth payload_not_home: 'not present'
source_type: bluetooth
``` ```
## Usage ## Usage