mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 06:16:49 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
953 B
953 B
title, description, logo, ha_release, ha_category, ha_iot_class, redirect_from
title | description | logo | ha_release | ha_category | ha_iot_class | redirect_from | ||
---|---|---|---|---|---|---|---|---|
TrackR | Instructions on how to use TrackR to track devices in Home Assistant. | trackr.png | 0.36 |
|
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: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: The email address for the TrackR account. required: true type: string password: description: The password for your given username. required: true type: string {% endconfiguration %}