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",