From 2dada2825c5de3db1d6d4d2fb45840a90a0c1216 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 19:50:59 +0200 Subject: [PATCH] Add geofancy doc --- .../device_tracker.geofancy.markdown | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/components/device_tracker.geofancy.markdown diff --git a/source/components/device_tracker.geofancy.markdown b/source/components/device_tracker.geofancy.markdown new file mode 100644 index 00000000000..045a8db5bbb --- /dev/null +++ b/source/components/device_tracker.geofancy.markdown @@ -0,0 +1,21 @@ +--- +layout: page +title: "Geofancy device tracker" +description: "Instructions how to use Geofancy to track devices in Home Assistant." +date: 2015-10-13 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + + +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 +```