diff --git a/homeassistant/components/zodiac/strings.json b/homeassistant/components/zodiac/strings.json index f8ae42d30a8..b4eacef7435 100644 --- a/homeassistant/components/zodiac/strings.json +++ b/homeassistant/components/zodiac/strings.json @@ -1,4 +1,5 @@ { + "title": "Zodiac", "config": { "step": { "user": { diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index c7f842748c2..d1f68271c55 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6541,7 +6541,6 @@ "iot_class": "local_polling" }, "zodiac": { - "name": "Zodiac", "integration_type": "hub", "config_flow": true, "iot_class": "calculated" @@ -6695,6 +6694,7 @@ "uptime", "utility_meter", "waze_travel_time", - "workday" + "workday", + "zodiac" ] } diff --git a/script/hassfest/translations.py b/script/hassfest/translations.py index 56609e57fd9..e53b311b43e 100644 --- a/script/hassfest/translations.py +++ b/script/hassfest/translations.py @@ -40,6 +40,7 @@ ALLOW_NAME_TRANSLATION = { "nmap_tracker", "rpi_power", "waze_travel_time", + "zodiac", } REMOVED_TITLE_MSG = (