Rename geofancy to locative

This commit is contained in:
Philip Lundrigan 2015-12-21 13:20:11 -07:00
parent 1a4599572f
commit 2ec9f81350
7 changed files with 28 additions and 27 deletions

View file

@ -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
```