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
This commit is contained in:
Dan C Williams 2017-11-07 02:46:28 -06:00 committed by Fabian Affolter
parent 472ea0bca1
commit 9cd72c0dbc

View File

@ -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**.