From 9cd72c0dbcb4f127e5d3c2db84ca649c45ff3fe0 Mon Sep 17 00:00:00 2001 From: Dan C Williams Date: Tue, 7 Nov 2017 02:46:28 -0600 Subject: [PATCH] Add note to iOS actionable notifications for clarity (#3720) * Update actions.markdown Added note to remind users to update push settings within the app. There are multiple community questions around this and performing this update will take care of many issues when implementing actionable notifications. * Correcting spelling Corrected `Setting` to `Settings` * Remove space --- source/_docs/ecosystem/ios/notifications/actions.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/ecosystem/ios/notifications/actions.markdown b/source/_docs/ecosystem/ios/notifications/actions.markdown index 7ed22d6c33c..df7caf240c0 100644 --- a/source/_docs/ecosystem/ios/notifications/actions.markdown +++ b/source/_docs/ecosystem/ios/notifications/actions.markdown @@ -141,3 +141,4 @@ 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**.