diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown index 66c842fc9a5..5764aff2d82 100644 --- a/source/_docs/ecosystem/ios.markdown +++ b/source/_docs/ecosystem/ios.markdown @@ -24,7 +24,7 @@ The app is available on the iOS App Store in every country that Apple supports. ## Basic requirements * iOS device running at least iOS 9, but iOS 10 is greatly preferred. -* Home Assistant 0.31.1 or higher for push notification support. +* Home Assistant 0.42.4 or higher for push notification support. * SSL is strongly recommended. Self-signed SSL certificates will not work due to Apple's limitations. The `ios` component is the companion component for the Home Assistant iOS app. While not required, adding the `ios` component to your setup will greatly enhance the iOS app with new notification, location and sensor functions not possible with a standalone app. @@ -40,7 +40,9 @@ The `ios` component will automatically be loaded under the following circumstanc 1. The [`discovery`][discovery] component is enabled. 2. You have just installed the app and are at the getting started screen. -Automated discovery and component loaded can only happen at first install of the app. You may need to wait a few minutes for the iOS component to load as the `discovery` component only scans the network every 5 minutes. +Automated discovery and component loading only happens at first install of the app. You may need to wait a few minutes for the iOS component to load as the `discovery` component only scans the network every 5 minutes. + +After the first automated setup you need to add `ios:` to your configuration so that the component loads by default even after restarting Home Assistant. ### Manual Setup diff --git a/source/_docs/ecosystem/ios/notifications/basic.markdown b/source/_docs/ecosystem/ios/notifications/basic.markdown index 0400888a2c6..188454e259a 100644 --- a/source/_docs/ecosystem/ios/notifications/basic.markdown +++ b/source/_docs/ecosystem/ios/notifications/basic.markdown @@ -34,7 +34,7 @@ automation: trigger: ... action: - service: notify.iOSApp + service: notify.ios_ data: message: "Something happened at home!" data: @@ -51,7 +51,7 @@ automation trigger: ... action: - service: notify.iOSApp + service: notify.ios_ data: message: "Something happened at home!" data: diff --git a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown index 8b9ec5b5053..5cf4d5018b8 100644 --- a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown +++ b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown @@ -17,7 +17,7 @@ Will show a map with a red tipped pin at the coordinates given. The map will be centered at the coordinates given. ```yaml -service: notify.iOSApp +service: notify.ios_ data: message: Something happened at home! data: @@ -44,7 +44,7 @@ You can use the attachment parameters `content-type` and `hide-thumbnail` with c You can view an example [here](https://www.youtube.com/watch?v=LmYwpxPKW0g). ```yaml -service: notify.iOSApp +service: notify.ios_ data: message: Motion detected in the Living Room data: diff --git a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown index a014cb5334a..ad30c68b5af 100644 --- a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown +++ b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown @@ -22,7 +22,7 @@ automation trigger: ... action: - service: notify.iOSApp + service: notify.ios_ data: message: "request_location_update" ``` diff --git a/source/_docs/ecosystem/ios/notifications/sounds.markdown b/source/_docs/ecosystem/ios/notifications/sounds.markdown index 7e0a9663523..5862f15c5f4 100644 --- a/source/_docs/ecosystem/ios/notifications/sounds.markdown +++ b/source/_docs/ecosystem/ios/notifications/sounds.markdown @@ -19,7 +19,7 @@ Here is an example notification that uses one of the pre-installed sounds. trigger: ... action: - service: notify.iOSApp + service: notify.ios_ data: message: “Something happened at home!” data: diff --git a/source/_posts/2017-04-15-ios.markdown b/source/_posts/2017-04-15-ios.markdown index aef1a8d4034..5f5ba913b6b 100644 --- a/source/_posts/2017-04-15-ios.markdown +++ b/source/_posts/2017-04-15-ios.markdown @@ -38,5 +38,7 @@ The app is [open source](https://github.com/home-assistant/home-assistant-iOS),

+_Please note, you must have Home Assistant 0.42.4 or later installed for the app to function properly._ + Thanks for everything so far, I'm looking forward to the road that lies ahead for Home Assistant on iOS!