diff --git a/source/_components/device_tracker.locative.markdown b/source/_components/device_tracker.locative.markdown deleted file mode 100644 index 2eb43bd3a6f..00000000000 --- a/source/_components/device_tracker.locative.markdown +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: page -title: "Locative" -description: "Instructions on how to use Locative to track devices in Home Assistant." -date: 2015-10-13 19:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: locative.png -ha_category: Presence Detection -ha_iot_class: "Cloud Push" ---- - -
-Locative is no longer under active development. See https://blog.locative.io/bye-everyone-df01871fe949 -
- -This platform allows you to detect presence using [Locative](https://my.locative.io/). Locative is an open source app for [iOS](https://github.com/LocativeHQ/ios-app) and [Android](https://github.com/LocativeHQ/Locative-Android) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location. - --You must have the [Locative component](/components/locative/) configured to use this device tracker. -
- -When you enter a geofence, your location name in Home Assistant will be set to the name of the geofence in Locative. When you exit a geofence, your location name in Home Assistant will be set to "not home". - -To use Locative in combination with another device tracker, such as [Nmap](/components/device_tracker.nmap_tracker/) or [Netgear](/components/device_tracker.netgear/), fill in the `mac` field to the Locative entry in `known_devices.yaml` with the MAC address of the device you want to track. The state of the device will be determined by the source that reported last. diff --git a/source/_components/locative.md b/source/_components/locative.md index 337d7ba446d..7ab8b47b20e 100644 --- a/source/_components/locative.md +++ b/source/_components/locative.md @@ -11,10 +11,12 @@ logo: locative.png ha_category: Presence Detection ha_release: 0.86 ha_iot_class: "Cloud Push" +redirect_from: + - /components/device_tracker.locative/ ----Locative is no longer under active development. See https://blog.locative.io/bye-everyone-df01871fe949 +Locative is no longer under active development. Read more here
This platform allows you to detect presence using [Locative](https://my.locative.io/). Locative is an open source app for [iOS](https://github.com/LocativeHQ/ios-app) and [Android](https://github.com/LocativeHQ/Locative-Android) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location. @@ -31,3 +33,5 @@ To configure Locative, you must set it up via the integrations panel in the conf When you enter a geofence, your location name in Home Assistant will be set to the name of the geofence in Locative. When you exit a geofence, your location name in Home Assistant will be set to "not home". + +To use Locative in combination with another device tracker, such as [Nmap](/components/device_tracker.nmap_tracker/) or [Netgear](/components/device_tracker.netgear/), fill in the `mac` field to the Locative entry in `known_devices.yaml` with the MAC address of the device you want to track. The state of the device will be determined by the source that reported last. \ No newline at end of file