From c19f2de3a8ef046ea18a79aee751d8b1bcdafa6f Mon Sep 17 00:00:00 2001
From: G Johansson <goran.johansson@shiftit.se>
Date: Mon, 21 Oct 2024 20:42:18 +0200
Subject: [PATCH] Allow Timer title to be translated (#128927)

---
 homeassistant/components/timer/strings.json | 1 +
 homeassistant/generated/integrations.json   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json
index 1ebf0c6f50a..064ec81df1d 100644
--- a/homeassistant/components/timer/strings.json
+++ b/homeassistant/components/timer/strings.json
@@ -1,4 +1,5 @@
 {
+  "title": "Timer",
   "entity_component": {
     "_": {
       "name": "Timer",
diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json
index c777b65b99e..7a812748246 100644
--- a/homeassistant/generated/integrations.json
+++ b/homeassistant/generated/integrations.json
@@ -7384,7 +7384,6 @@
       "iot_class": "local_polling"
     },
     "timer": {
-      "name": "Timer",
       "integration_type": "helper",
       "config_flow": false
     },
@@ -7454,6 +7453,7 @@
     "switch_as_x",
     "threshold",
     "time_date",
+    "timer",
     "tod",
     "trend",
     "uptime",
-- 
GitLab