Add presence detection getting started

This commit is contained in:
Paulus Schoutsen 2015-10-04 13:58:02 -07:00
parent 6a877e19f5
commit 67b5d7cc7f
11 changed files with 81 additions and 17 deletions

View file

@ -11,10 +11,11 @@ footer: true
<img src='/images/supported_brands/owntracks.png' class='brand pull-right' />
This platform allows you to detect presence using [Owntracks](http://owntracks.org/). OwnTracks allows
users to track their location on Android and iOS phones and publish it to a MQTT broker. This platform
users to track their location on Android and iOS phones and publish it to an MQTT broker. This platform
will connect to the broker and monitor for new locations.
This component requires [the MQTT component](/components/mqtt.html) to be set up.
This component requires [the MQTT component](/components/mqtt.html) to be set up and works very well
together with [the zone component](/components/zone.html).
To integrate Owntracks in Home Assistant, add the following section to your `configuration.yaml` file: