From 7178943223203e8cf95b1b94d4508e0f2227cf9f Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 13 Oct 2024 14:37:57 +0200 Subject: [PATCH] Add translatable title to statistics (#128286) --- homeassistant/components/statistics/strings.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/statistics/strings.json b/homeassistant/components/statistics/strings.json index 5f32b203bfd..a060c88da24 100644 --- a/homeassistant/components/statistics/strings.json +++ b/homeassistant/components/statistics/strings.json @@ -1,4 +1,5 @@ { + "title": "Statistics", "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0ecb476a486..dd4f2087446 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -7369,7 +7369,6 @@ "config_flow": false }, "statistics": { - "name": "Statistics", "integration_type": "helper", "config_flow": true, "iot_class": "local_polling" @@ -7456,6 +7455,7 @@ "schedule", "season", "shopping_list", + "statistics", "sun", "switch_as_x", "threshold",