Update geofency.md (#8016)

Per https://github.com/home-assistant/home-assistant/pull/18951
This commit is contained in:
Andrei Popovici 2019-01-09 06:47:37 +02:00 committed by Paulus Schoutsen
parent fa0c8b8a76
commit 42375be4f0

View File

@ -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://<ha_server>/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=<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.