Skip to content

Commit

Permalink
Fix missing mqtt platform declaration in device tracker example (home…
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmbob authored Mar 2, 2020
1 parent 1404c2a commit 1d44299
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions source/_integrations/device_tracker.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ source_type:
```yaml
# Complete configuration.yaml entry
device_tracker:
devices:
paulus_oneplus: 'location/paulus'
annetherese_n4: 'location/annetherese'
qos: 1
payload_home: 'present'
payload_not_home: 'not present'
source_type: bluetooth
- platform: mqtt
devices:
paulus_oneplus: 'location/paulus'
annetherese_n4: 'location/annetherese'
qos: 1
payload_home: 'present'
payload_not_home: 'not present'
source_type: bluetooth
```

## Usage
Expand Down

0 comments on commit 1d44299

Please sign in to comment.