From bd9b0b7cccb7c74d4b6ce17991b1f487ca52f066 Mon Sep 17 00:00:00 2001 From: Gerard Date: Fri, 15 Feb 2019 06:39:00 +0100 Subject: [PATCH] Remove config.yaml entry for Geofency (#8442) * Remove config.yaml part As part of PR https://github.com/home-assistant/home-assistant/pull/20631 an entry in configuration.yaml is no longer necessary. * Put mobile beacons back in --- source/_components/geofency.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/source/_components/geofency.md b/source/_components/geofency.md index 7b270b15d2f..5f4a904e42d 100644 --- a/source/_components/geofency.md +++ b/source/_components/geofency.md @@ -17,12 +17,9 @@ This component sets up integration with [Geofency](http://www.geofency.com/). Ge Enabling this component will automatically enable the [Geofency Device Tracker](/components/device_tracker.geofency/). -To integrate Geofency in Home Assistant, add the following section to your `configuration.yaml` file: +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. -```yaml -# Example configuration.yaml entry -geofency: -``` +When using mobile beacons (optional) an entry in `configuration.yaml` is still needed as this can't be added via the integrations panel. {% configuration %} mobile_beacons: @@ -31,7 +28,7 @@ mobile_beacons: type: list {% endconfiguration %} -A full sample configuration for the `geofency` component is shown below: +A sample configuration for the `geofency` component when using mobile beacons is shown below: ```yaml # Example configuration.yaml entry @@ -40,5 +37,3 @@ geofency: - car - keys ``` - -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.