diff --git a/source/_components/device_tracker.geofancy.markdown b/source/_components/device_tracker.geofancy.markdown
deleted file mode 100644
index 5fb2cf14d95..00000000000
--- a/source/_components/device_tracker.geofancy.markdown
+++ /dev/null
@@ -1,23 +0,0 @@
----
-layout: component
-title: "Geofancy"
-description: "Instructions how to use Geofancy to track devices in Home Assistant."
-date: 2015-10-13 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
-logo: geofancy.png
-ha_category: Presence Detection
----
-
-
-This platform allows you to detect presence using [Geofancy](https://my.geofancy.com/). Geofancy allows users to track their location on iOS devices.
-
-To integrate Geofancy in Home Assistant, add the following section to your `configuration.yaml` file:
-
-```yaml
-# Example configuration.yaml entry
-device_tracker:
- platform: geofancy
-```
diff --git a/source/_components/device_tracker.locative.markdown b/source/_components/device_tracker.locative.markdown
new file mode 100644
index 00000000000..1f537bc02ec
--- /dev/null
+++ b/source/_components/device_tracker.locative.markdown
@@ -0,0 +1,23 @@
+---
+layout: component
+title: "Locative"
+description: "Instructions 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
+---
+
+
+This platform allows you to detect presence using [Locative](https://my.locative.io/). Locative allows users to track their location on iOS devices.
+
+To integrate Locative in Home Assistant, add the following section to your `configuration.yaml` file:
+
+```yaml
+# Example configuration.yaml entry
+device_tracker:
+ platform: locative
+```
diff --git a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown
index b4c02dbad59..f86eef16f60 100644
--- a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown
+++ b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown
@@ -14,13 +14,13 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant
#### Changes
-
+
- Device tracker: Newer [TP-Link routers](/components/device_tracker.tplink/) now supported ([@mKeRix](https://github.com/mKeRix))
- Alarm Control Panel: [Manual alarm](/components/alarm_control_panel.manual/) added ([@sfam](https://github.com/sfam))
- Thermostat: [Radiotherm](/components/thermostat.radiotherm/) now supported ([@toddeye](https://github.com/toddeye))
- Media Player: [Amazon FireTV](/components/media_player.firetv/) now supported ([@happyleavesaoc](https://github.com/happyleavesaoc))
- - Device Tracker: [Geofancy](/components/device_tracker.geofancy/) now supported ([@wind-rider](https://github.com/wind-rider))
+ - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported ([@wind-rider](https://github.com/wind-rider))
- New component [Shell Command](/components/shell_command/) can expose shell commands as services ([@balloob](https://github.com/balloob))
- [Scripts](/components/script/) can now be customized using `customize` key in `configuration.yaml` ([@balloob](https://github.com/balloob))
- Light: [Hyperion](/components/light.hyperion/) now supported ([@MakeMeASandwich](https://github.com/MakeMeASandwich))
diff --git a/source/components/device_tracker.geofancy.html b/source/components/device_tracker.geofancy.html
deleted file mode 100644
index 5ed570461b4..00000000000
--- a/source/components/device_tracker.geofancy.html
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/source/components/device_tracker.locative.html b/source/components/device_tracker.locative.html
new file mode 100644
index 00000000000..95b8fb67844
--- /dev/null
+++ b/source/components/device_tracker.locative.html
@@ -0,0 +1 @@
+
diff --git a/source/getting-started/presence-detection.markdown b/source/getting-started/presence-detection.markdown
index f3a8b312294..c6b8f3ef805 100644
--- a/source/getting-started/presence-detection.markdown
+++ b/source/getting-started/presence-detection.markdown
@@ -29,7 +29,7 @@ The device tracker component offers presence detection for Home Assistant. It su
Scanning for connected devices is easy to setup. See the instructions for our [supported routers][routers] or [scan the network using nmap][nmap]. This approach does have its limitations. It will only be able to detect if a device is home. It also struggles with iPhones because they disconnect from the WiFi if idle, marking them as not home while they are not.
-Home Assistant currently supports two third party services for presence detection: [OwnTracks][ha-owntracks] and [Geofancy][ha-geofancy]. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can [freely host yourself][mqtt-self] or get [a private instance for free in the cloud](/components/mqtt/#run-your-own).
+Home Assistant currently supports two third party services for presence detection: [OwnTracks][ha-owntracks] and [Locative][ha-locative]. OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication platform that you can [freely host yourself][mqtt-self] or get [a private instance for free in the cloud](/components/mqtt/#run-your-own).
OwnTracks communicates directly with your MQTT broker, no data will pass through their servers. @@ -46,6 +46,7 @@ Home Assistant will know about the location for your device if you are using Own [routers]: /components/#presence-detection [nmap]: /components/device_tracker.nmap_scanner/ [ha-owntracks]: /components/device_tracker.owntracks/ +[ha-locative]: /components/device_tracker.locative/ [mqtt-self]: /components/mqtt/#run-your-own [mqtt-cloud]: /components/mqtt/#cloudmqtt [zone]: /components/zone/ diff --git a/source/images/supported_brands/geofancy.png b/source/images/supported_brands/locative.png similarity index 100% rename from source/images/supported_brands/geofancy.png rename to source/images/supported_brands/locative.png