From 050cb97c2ec4eca4b65e0da2f204caa0423c7b97 Mon Sep 17 00:00:00 2001 From: rbflurry Date: Tue, 7 Feb 2017 14:51:05 -0500 Subject: [PATCH 1/5] Update notifications.markdown --- source/_ecosystem/ios/notifications.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_ecosystem/ios/notifications.markdown b/source/_ecosystem/ios/notifications.markdown index ff2fa1d5f1b..4156760fef7 100644 --- a/source/_ecosystem/ios/notifications.markdown +++ b/source/_ecosystem/ios/notifications.markdown @@ -11,14 +11,12 @@ footer: true The `ios` notify platform enables sending push notifications to the Home Assistant iOS app. -## {% linkable_title Setup %} +The 'ios' platform will automatically load the notify serivce. + +The configuration.yaml entry below is no longer required. ```yaml # Example configuration.yaml entry notify: - platform: ios ``` - -Configuration variables: - -- **name** (*Optional*): The name of the service. From 9e9b235ecd9a4c514c9e18d4a097b45f115a2f34 Mon Sep 17 00:00:00 2001 From: rbflurry Date: Tue, 7 Feb 2017 14:54:27 -0500 Subject: [PATCH 2/5] Update ios.markdown --- source/_ecosystem/ios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ecosystem/ios.markdown b/source/_ecosystem/ios.markdown index 234eef7a9d4..d29b597bd50 100644 --- a/source/_ecosystem/ios.markdown +++ b/source/_ecosystem/ios.markdown @@ -33,7 +33,7 @@ Currently, the app is only available via a closed beta. It will be on the App St 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. -Loading the `ios` component will also load the [`device_tracker`][device-tracker] and [`zeroconf`][zeroconf] components. It also provides functionality required for the iOS notify platform but will not automatically load the `notify` component or platform as of 0.31.1. You must manually load it. See the [iOS notify platform][ios-notify] for more information. +Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and ['notify'][notify] components. ## {% linkable_title Setup %} From 716eeac8afbcec467f479e384d0b3f8e326fb670 Mon Sep 17 00:00:00 2001 From: rbflurry Date: Tue, 7 Feb 2017 14:56:19 -0500 Subject: [PATCH 3/5] Update ios.markdown --- source/_ecosystem/ios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ecosystem/ios.markdown b/source/_ecosystem/ios.markdown index d29b597bd50..d119758d8bb 100644 --- a/source/_ecosystem/ios.markdown +++ b/source/_ecosystem/ios.markdown @@ -33,7 +33,7 @@ Currently, the app is only available via a closed beta. It will be on the App St 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. -Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and ['notify'][notify] components. +Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and [`notify`][notify] components. ## {% linkable_title Setup %} From 6263eaeacab4558a5e769fd36a6121f1399ddb51 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 7 Feb 2017 12:27:11 -0800 Subject: [PATCH 4/5] Language fix --- source/_ecosystem/ios/notifications.markdown | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/source/_ecosystem/ios/notifications.markdown b/source/_ecosystem/ios/notifications.markdown index 4156760fef7..49490161de0 100644 --- a/source/_ecosystem/ios/notifications.markdown +++ b/source/_ecosystem/ios/notifications.markdown @@ -11,12 +11,4 @@ footer: true The `ios` notify platform enables sending push notifications to the Home Assistant iOS app. -The 'ios' platform will automatically load the notify serivce. - -The configuration.yaml entry below is no longer required. - -```yaml -# Example configuration.yaml entry -notify: - - platform: ios -``` +The 'ios' component will automatically load the notify serivce. No extra configuration is needed or supported. From 6148be73ab406352b2c42c491a915e42b0c655ce Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 7 Feb 2017 12:27:37 -0800 Subject: [PATCH 5/5] Another quick language fix --- source/_ecosystem/ios.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_ecosystem/ios.markdown b/source/_ecosystem/ios.markdown index d119758d8bb..862fce661c4 100644 --- a/source/_ecosystem/ios.markdown +++ b/source/_ecosystem/ios.markdown @@ -33,7 +33,7 @@ Currently, the app is only available via a closed beta. It will be on the App St 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. -Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and [`notify`][notify] components. +Loading the `ios` component will also load the [`device_tracker`][device-tracker], [`zeroconf`][zeroconf] and [`notify`][notify] platforms. ## {% linkable_title Setup %}