Update ios integration to clarify what it does and when it is needed (#14685)

This commit is contained in:
Tom Brien 2020-10-02 16:17:15 +01:00 committed by GitHub
parent 6b436e22be
commit 23b4be5584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,6 @@ ha_codeowners:
ha_domain: ios 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).