2019-04-03 10:16:08 -07:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_release, ha_category, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_release ha_category ha_iot_class redirect_from
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
/components/device_tracker.trackr/

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 %}