From 207721b42134ba271cffd26355e1b9a42dfd7273 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Sat, 8 Jul 2023 11:43:14 +0200 Subject: [PATCH] Make generic camera integration title translatable (#95806) --- homeassistant/components/generic/strings.json | 1 + homeassistant/generated/integrations.json | 2 +- script/hassfest/translations.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/generic/strings.json b/homeassistant/components/generic/strings.json index 5fddd2d78fe..0ce8af4f3a6 100644 --- a/homeassistant/components/generic/strings.json +++ b/homeassistant/components/generic/strings.json @@ -1,4 +1,5 @@ { + "title": "Generic Camera", "config": { "error": { "unknown": "[%key:common::config_flow::error::unknown%]", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e8271f2cade..84a670d3759 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1896,7 +1896,6 @@ "iot_class": "cloud_polling" }, "generic": { - "name": "Generic Camera", "integration_type": "hub", "config_flow": true, "iot_class": "local_push" @@ -6663,6 +6662,7 @@ "emulated_roku", "filesize", "garages_amsterdam", + "generic", "google_travel_time", "group", "growatt_server", diff --git a/script/hassfest/translations.py b/script/hassfest/translations.py index 9f464fd4147..5f233b4dec8 100644 --- a/script/hassfest/translations.py +++ b/script/hassfest/translations.py @@ -31,6 +31,7 @@ ALLOW_NAME_TRANSLATION = { "emulated_roku", "faa_delays", "garages_amsterdam", + "generic", "google_travel_time", "homekit_controller", "islamic_prayer_times",