From 23b4be558445ce96d99eb5207b27f6361a9e9ed8 Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Fri, 2 Oct 2020 16:17:15 +0100 Subject: [PATCH] Update ios integration to clarify what it does and when it is needed (#14685) --- source/_integrations/ios.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/ios.markdown b/source/_integrations/ios.markdown index 3d40fa53c33..65765b77d51 100644 --- a/source/_integrations/ios.markdown +++ b/source/_integrations/ios.markdown @@ -11,4 +11,6 @@ ha_codeowners: ha_domain: ios --- -The `ios` integration is the Home Assistant part for using the iOS companion app. For further details please check the [iOS section](/docs/ecosystem/ios/) in the documentation. +The `ios` integration is used by the Home Assistant Companion App for iOS to store and provide settings for [actionable notifications](https://companion.home-assistant.io/docs/notifications/actionable-notifications) and [actions](https://companion.home-assistant.io/docs/core/actions). Both of these can also be configured for a single device within the app, in which case the `ios` integration is not required. + +For further details please check the [Companion App Documentation Site](https://companion.home-assistant.io).