Site updated at 2017-11-04 06:33:48 UTC

This commit is contained in:
Travis CI 2017-11-04 06:33:48 +00:00
parent 58beb42469
commit 34db186026
518 changed files with 5817 additions and 3208 deletions

View file

@ -97,6 +97,7 @@
<p>To configure Geofency, you must configure (via the Webhook feature) to send a POST request to your Home Assistant server at <code class="highlighter-rouge">http://&lt;ha_server&gt;/api/geofency</code>. Use the default POST format, and make sure to include the API password if you have configured a password in Home Assistant (add <code class="highlighter-rouge">?api_password=&lt;password&gt;</code> to the end of the URL). Make sure to enable the Update Geo-Position functionality for mobile beacons.</p>
<p>Geofency will automatically generate the device tracker name used for geofences, and you will find it in <code class="highlighter-rouge">known_devices.yaml</code> after the first request. For beacons, the device name will be <code class="highlighter-rouge">beacon_&lt;name from Geofency&gt;</code>, e.g., <code class="highlighter-rouge">device_tracker.beacon_car</code>.</p>
<p>When you enter a geofence or stationary beacon, your location name in Home Assistant will be set to the name of the geofence or beacon location in Geofency. When you exit a geofence or stationary beacon, your location name in Home Assistant will be set to not home. For mobile beacons, the location name will be not_home whenever the beacon is entered or exited outside of a <a href="https://home-assistant.io/components/zone/">zone</a>, otherwise, it will be set to the name of the zone.</p>
<p>To make Geofency work better with the <a href="https://home-assistant.io/components/proximity/">proximity</a> component, you should enable the Send Current Location feature in the Webhook configuration screen. This ensures that the <em>current</em> GPS coordinates are included in exit events instead of the coordinates of the (center of) the zone that was exited.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">