From b143e161109acaf1a5a7a220b63359581eb1e395 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 16 Apr 2017 10:35:03 -0700 Subject: [PATCH] Add iOS app announcement blog post and updated docs (#2441) --- source/_docs/ecosystem/ios.markdown | 9 +---- source/_docs/ecosystem/ios/location.markdown | 4 ++ source/_includes/asides/docs_navigation.html | 40 +++++++++---------- source/_posts/2017-04-15-ios.markdown | 42 ++++++++++++++++++++ 4 files changed, 68 insertions(+), 27 deletions(-) create mode 100644 source/_posts/2017-04-15-ios.markdown diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown index 9a176f006bd..66c842fc9a5 100644 --- a/source/_docs/ecosystem/ios.markdown +++ b/source/_docs/ecosystem/ios.markdown @@ -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 -

-Currently, the app is only available via a closed beta. It will be on the App Store within the next few weeks. -

+The app is available on the iOS App Store in every country that Apple supports. -

- - An example of a Home Assistant group as seen in the iOS app. -

+

## Basic requirements diff --git a/source/_docs/ecosystem/ios/location.markdown b/source/_docs/ecosystem/ios/location.markdown index ac344227c2b..6ee15213b5c 100644 --- a/source/_docs/ecosystem/ios/location.markdown +++ b/source/_docs/ecosystem/ios/location.markdown @@ -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 diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 5839ef04b86..553fb482170 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -113,6 +113,26 @@
  • {% active_link /docs/mqtt/processing_json/ Processing JSON %}
  • +
  • + {% active_link /docs/ecosystem/ios/ iOS %} + +
  • {% active_link /docs/ecosystem/ Ecosystem %}
  • -
  • - {% active_link /docs/ecosystem/ios/notifications/ iOS %} - -
  • Remote access