diff --git a/homeassistant/components/ntfy/strings.json b/homeassistant/components/ntfy/strings.json index d25978e74219..f5bf85e4243d 100644 --- a/homeassistant/components/ntfy/strings.json +++ b/homeassistant/components/ntfy/strings.json @@ -146,7 +146,18 @@ "state": { "triggered": "Triggered" } - } + }, + "time": { "name": "Time" }, + "expires": { "name": "Expires" }, + "topic": { "name": "[%key:component::ntfy::common::topic%]" }, + "message": { "name": "Message" }, + "title": { "name": "Title" }, + "tags": { "name": "Tags" }, + "priority": { "name": "Priority" }, + "click": { "name": "Click" }, + "icon": { "name": "Icon" }, + "actions": { "name": "Actions" }, + "attachment": { "name": "Attachment" } } } },