Update to suggest Companion app (#11605)

* Update to suggest Companion app

Removed Owntracks suggestion for Android and point to HA Companion app for both iOS and Android

* replace redirecting ios link

replace /ios which was redirecting to companion.home-assistant.io

* Remove owntracks video

Remove video and add basic description of location setup for the Companion app

* Update source/getting-started/presence-detection.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Update source/getting-started/presence-detection.markdown

Co-Authored-By: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
cogneato 2020-01-03 03:27:41 -07:00 committed by Franck Nijhof
parent f5c2a55720
commit a607910d89

View File

@ -17,11 +17,10 @@ Screenshot of Home Assistant showing a school, work and home zone and two people
There are different ways of setting up presence detection. Usually the easiest way to detect presence is by checking which devices are connected to the network. You can do that if you have one of our [supported routers][routers]. By leveraging what your router already knows, you can easily detect if people are at home.
It's also possible to run an app on your phone to provide detailed location information to your Home Assistant instance. If you're on iOS we suggest to use the [Home Assistant iOS app](/ios/). For Android, we suggest [OwnTracks][ha-owntracks].
It's also possible to run an app on your phone to provide detailed location information to your Home Assistant instance. For iOS and Android, we suggest using the [Home Assistant Companion app][companion].
During the setup of Home Assistant Companion on your mobile device, the app will ask for permission to allow the device's location to be provided to Home Assistant. Allowing this will create a `device_tracker` entity for that device which can be used in automations and conditions.
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UieAQ8sC6GY" frameborder="0" allowfullscreen></iframe>
</div>
### Zones
@ -37,7 +36,6 @@ The map view will hide all devices that are home.
[nmap]: /integrations/nmap_tracker
[ha-bluetooth]: /integrations/bluetooth_tracker
[ha-bluetooth-le]: /integrations/bluetooth_le_tracker
[ha-owntracks]: /integrations/owntracks/
[ha-locative]: /integrations/locative
[ha-gpslogger]: /integrations/gpslogger
[ha-presence]: /integrations/#presence-detection
@ -47,5 +45,6 @@ The map view will hide all devices that are home.
[trigger]: /getting-started/automation-trigger/#zone-trigger
[condition]: /getting-started/automation-condition/#zone-condition
[ha-map]: /integrations/map/
[companion]: https://companion.home-assistant.io/
### [Next step: Join the Community &raquo;](/getting-started/join-the-community/)