File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/_docs/ecosystem/ios/notifications Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ When sending a notification:
50
50
## {% linkable_title Category parameters %}
51
51
52
52
- ** name** (* Required* ): A friendly name for this category.
53
- - ** identifier** (* Required* ): A unique identifier for the category. Must be uppercase and have no special characters or spaces.
53
+ - ** identifier** (* Required* ): A unique identifier for the category. Must be lowercase and have no special characters or spaces.
54
54
- ** action** (* Required* ): A list of actions.
55
55
56
56
## {% linkable_title Action parameters %}
71
71
push :
72
72
categories :
73
73
- name : Alarm
74
- identifier : ' ALARM '
74
+ identifier : ' alarm '
75
75
actions :
76
76
- identifier : ' SOUND_ALARM'
77
77
title : ' Sound Alarm'
@@ -105,7 +105,7 @@ automation:
105
105
push :
106
106
badge : 5
107
107
sound : <SOUND FILE HERE>
108
- category : " ALARM " # Needs to match the top level identifier you used in the ios configuration
108
+ category : " alarm " # Needs to match the top level identifier you used in the ios configuration
109
109
action_data : # Anything passed in action_data will get echoed back to Home Assistant.
110
110
entity_id : light.test
111
111
my_custom_data : foo_bar
You can’t perform that action at this time.
0 commit comments