From 777ac97acb29afdae9fb4ac6c04d15bdfd57f0ce Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:12:50 +0200 Subject: [PATCH] Add state attribute translations to ntfy integration (#152004) --- homeassistant/components/ntfy/strings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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" } } } },