From c51ac7171a7e08c153358259119c8c813f9d97d2 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:07:44 +0100 Subject: [PATCH] Add translatable title to Persistent Notification (#104661) --- homeassistant/components/persistent_notification/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/persistent_notification/strings.json b/homeassistant/components/persistent_notification/strings.json index 5f2562331499..ca89a4d33cd6 100644 --- a/homeassistant/components/persistent_notification/strings.json +++ b/homeassistant/components/persistent_notification/strings.json @@ -1,4 +1,5 @@ { + "title": "Persistent Notification", "services": { "create": { "name": "Create",