From 42375be4f0e03fca3634cf07ff161128c0572083 Mon Sep 17 00:00:00 2001 From: Andrei Popovici Date: Wed, 9 Jan 2019 06:47:37 +0200 Subject: [PATCH] Update geofency.md (#8016) Per https://github.com/home-assistant/home-assistant/pull/18951 --- source/_components/geofency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/geofency.md b/source/_components/geofency.md index bff78c98327..7b270b15d2f 100644 --- a/source/_components/geofency.md +++ b/source/_components/geofency.md @@ -41,4 +41,4 @@ geofency: - keys ``` -To configure Geofency, you must configure (via the Webhook feature) to send a POST request to your Home Assistant server at `http:///api/geofency`. Use the default POST format, and make sure to include the API password if you have configured a password in Home Assistant (add `?api_password=` to the end of the URL). Make sure to enable the 'Update Geo-Position' functionality for mobile beacons. +To configure Geofency, you must set it up via the integrations panel in the configuration screen. You must then configure the iOS app (via the Webhook feature) to send a POST request to your Home Assistant server at the webhook URL provided by the integration during setup. Use the default POST format. Make sure to enable the 'Update Geo-Position' functionality for mobile beacons.