mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Remove Trackr integration (API removed) - Updated (#19257)
* Update _redirects * Delete trackr.markdown * Add redirect to removed integration * Add integrations redirect * Update source/_redirects Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
48a817f4f2
commit
2aefd93e1e
@ -1,36 +0,0 @@
|
||||
---
|
||||
title: TrackR
|
||||
description: Instructions on how to use TrackR to track devices in Home Assistant.
|
||||
ha_release: 0.36
|
||||
ha_category:
|
||||
- Presence Detection
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_domain: trackr
|
||||
ha_platforms:
|
||||
- device_tracker
|
||||
---
|
||||
|
||||
The `trackr` platform allows you to detect presence using [TrackR](https://www.thetrackr.com/) 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:
|
||||
|
||||
```yaml
|
||||
# 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 %}
|
@ -370,7 +370,6 @@
|
||||
/components/device_tracker.tomato /integrations/tomato
|
||||
/components/device_tracker.tplink /integrations/tplink
|
||||
/components/device_tracker.traccar /integrations/traccar
|
||||
/components/device_tracker.trackr /integrations/trackr
|
||||
/components/device_tracker.ubus /integrations/ubus
|
||||
/components/device_tracker.unifi /integrations/unifi
|
||||
/components/device_tracker.unifi_direct /integrations/unifi_direct
|
||||
@ -1893,7 +1892,6 @@
|
||||
/components/tplink /integrations/tplink
|
||||
/components/tplink_lte /integrations/tplink_lte
|
||||
/components/traccar /integrations/traccar
|
||||
/components/trackr /integrations/trackr
|
||||
/components/tradfri /integrations/tradfri
|
||||
/components/trafikverket_train /integrations/trafikverket_train
|
||||
/components/trafikverket_weatherstation /integrations/trafikverket_weatherstation
|
||||
@ -2314,3 +2312,6 @@
|
||||
/components/wunderground /more-info/removed-integration 301
|
||||
/integrations/wunderground /more-info/removed-integration 301
|
||||
/integrations/garmin_connect /more-info/removed-integration 301
|
||||
/components/device_tracker.trackr /more-info/removed-integration 301
|
||||
/components/trackr /more-info/removed-integration 301
|
||||
/integrations/trackr /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user