23 lines
600 B
Markdown
23 lines
600 B
Markdown
---
|
|
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
|
|
```
|