Merge pull request #1643 from w1ll1am23/trackr

Added TrackR doc
This commit is contained in:
Pascal Vizeli 2017-01-13 00:16:24 +01:00 committed by GitHub
commit 4f867c5df2
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
---
layout: page
title: "TrackR"
description: "Instructions how to use TrackR to track devices in Home Assistant."
date: 2016-12-22 1000
sidebar: true
comments: false
sharing: true
footer: true
logo: trackr.png
ha_release: 0.36
ha_category: Presence Detection
ha_iot_class: "Cloud Polling"
---
The `trackr` platform allows you to detect presence using [TrackR](https://www.thetrackr.com/) devices.
The offical TrackR mobile app handles the tracking of the TrackR devices using your phones bluetooth and GPS.
To integrate TrackR in Home Assistant, add the following section to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
device_tracker:
platform: trackr
username: USERNAME
password: PASSWORD
```
Configuration variables:
- **username** (*Required*): The email address for the TrackR account.
- **password** (*Required*): The password for your given username.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB