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: USERNAME
password: PASSWORD
Configuration variables:
- username (Required): The email address for the TrackR account.
- password (Required): The password for your given username.