diff --git a/homeassistant/components/holiday/strings.json b/homeassistant/components/holiday/strings.json index 4762a48c659..53d403e790e 100644 --- a/homeassistant/components/holiday/strings.json +++ b/homeassistant/components/holiday/strings.json @@ -1,4 +1,5 @@ { + "title": "Holiday", "config": { "abort": { "already_configured": "Already configured. Only a single configuration for country/province combination possible." diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c55b6aecce9..6df3dc5cbd6 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2453,7 +2453,6 @@ "iot_class": "local_push" }, "holiday": { - "name": "Holiday", "integration_type": "hub", "config_flow": true, "iot_class": "local_polling" @@ -6971,6 +6970,7 @@ "google_travel_time", "group", "growatt_server", + "holiday", "homekit_controller", "input_boolean", "input_button", diff --git a/script/hassfest/translations.py b/script/hassfest/translations.py index fa2956dd47d..738ebcb260a 100644 --- a/script/hassfest/translations.py +++ b/script/hassfest/translations.py @@ -33,6 +33,7 @@ ALLOW_NAME_TRANSLATION = { "garages_amsterdam", "generic", "google_travel_time", + "holiday", "homekit_controller", "islamic_prayer_times", "local_calendar",