Skip to content

Commit 5310d4f

Browse files
committed
remove unused strings
1 parent ea22d3d commit 5310d4f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

homeassistant/components/ntfy/strings.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -344,19 +344,6 @@
344344
"name": "Icon URL",
345345
"description": "Include an icon that will appear next to the text of the notification. Only JPEG and PNG images are supported."
346346
},
347-
"view": {
348-
"name": "Open website/app",
349-
"description": "Adds a 'view' button action that opens a website or app when the action button is tapped. See the documentation for details: https://docs.ntfy.sh/publish/#open-websiteapp"
350-
},
351-
"broadcast": {
352-
"name": "Send Android broadcast",
353-
"description": "Adds a 'broadcast' button action that sends an Android broadcast intent when the action button is tapped. This action is only supported on Android. See the documentation for details: https://docs.ntfy.sh/publish/#send-android-broadcast"
354-
},
355-
"http": {
356-
"name": "Send HTTP request",
357-
"description": "Adds an 'http' button action that sends an HTTP request when the action button is tapped. See the documentation for details: https://docs.ntfy.sh/publish/#send-http-request"
358-
},
359-
360347
"actions": {
361348
"name": "Action buttons",
362349
"description": "Up to three actions ('view', 'broadcast', or 'http') can be added as buttons below the notification. Actions are executed when the corresponding button is tapped or clicked."
@@ -374,13 +361,6 @@
374361
"5": "Maximum"
375362
}
376363
},
377-
"action_type": {
378-
"options": {
379-
"view": "Open website/app",
380-
"broadcast": "Send Android broadcast",
381-
"http": "Send HTTP request"
382-
}
383-
},
384364
"actions": {
385365
"fields": {
386366
"label": "Label of the action button",

0 commit comments

Comments
 (0)