Add iOS app announcement blog post and updated docs (#2441)

This commit is contained in:
Paulus Schoutsen 2017-04-16 10:35:03 -07:00 committed by GitHub
parent 5c3ca43e77
commit b143e16110
4 changed files with 68 additions and 27 deletions

View file

@ -17,14 +17,9 @@ The Home Assistant for iOS app offers a companion app for iOS which is deeply in
* Basic control of all Home Assistant entities
* Integration with third party apps
<p class='note warning'>
Currently, the app is only available via a closed beta. It will be on the App Store within the next few weeks.
</p>
The app is available on the iOS App Store in every country that Apple supports.
<p class='img'>
<img src='/images/ios/control1.png' width='310' height='552' />
An example of a Home Assistant group as seen in the iOS app.
</p>
<p style="text-align: center;"><a target="_blank" href="https://itunes.apple.com/us/app/home-assistant-open-source-home-automation/id1099568401?mt=8" style="display:inline-block;overflow:hidden;background:url(//linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;width:135px;height:40px;background-size:contain;"></a></p>
## Basic requirements

View file

@ -32,6 +32,10 @@ What's the real story on significant-change location updates? Who knows, because
At launch, Home Assistant for iOS sets up geofences for all zones in your Home Assistant configuration. Enter and exit notifications are sent to Home Assistant.
### Configuration
Add `track_ios: true` to your zone configurations to enable it for tracking in all connected iOS apps.
[apple-energy-guide]: https://developer.apple.com/library/content/documentation/Performance/Conceptual/EnergyGuide-iOS/LocationBestPractices.html#//apple_ref/doc/uid/TP40015243-CH24-SW4
[apple-location-programming-guide]: https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html#//apple_ref/doc/uid/TP40009497-CH2-SW9
[stackoverflow]: http://stackoverflow.com/a/13331625/486182