mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
907 B
907 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_release | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | TrackR | Instructions on how to use TrackR to track devices in Home Assistant. | 2016-12-22 1000 | true | false | true | true | trackr.png | 0.36 | Presence Detection | Cloud Polling |
The trackr
platform allows you to detect presence using TrackR devices.
The official 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:
# 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.