From 5a05ac3c3c9e9b13f560e85bc0f419143eb7b4f2 Mon Sep 17 00:00:00 2001 From: Amir Hanan Date: Wed, 3 Oct 2018 17:59:46 +0300 Subject: [PATCH] Device comparability notes / how to activate (#6470) Took me a while to figure out how I could use it on my older model iPhone 6.... --- source/_docs/ecosystem/ios/notifications/actions.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/ecosystem/ios/notifications/actions.markdown b/source/_docs/ecosystem/ios/notifications/actions.markdown index eb66feb66f3..3112ae06a33 100644 --- a/source/_docs/ecosystem/ios/notifications/actions.markdown +++ b/source/_docs/ecosystem/ios/notifications/actions.markdown @@ -142,3 +142,9 @@ Notes: * `textInput` will only exist if `behavior` was set to `textInput`. * `actionData` is a dictionary with parameters passed in the `action_data` dictionary of the `push` dictionary in the original notification. * When adding or updating push categories be sure to update push settings within the Home Assistant iOS app. This can be found within the app at **Settings** (gear icon) > **Notification Settings**. + +## {% linkable_title Compatibility with different devices %} + +* For devices that support "Force Touch" / "3D Touch" - a long press on the notification will cause the actions to appear. Devices such as iPhone 6S, iPhone 6S Plus, iPhone 7, iPhone 7 Plus, iPhone 8, iPhone 8 Plus, iPhone X, iPhone XS, iPhone XS Max as well as some iPad and Apple Watch models. + +* For device that do not support this feature - a left to right swipe on the notification + tap on 'View' button, will cause the relevant actions to appear. Devices such as iPhone 6 and below, iPhone SE, iPhone XR as some iPad models.