Make Zodiac integration title translatable (#95816)

This commit is contained in:
Joost Lekkerkerker 2023-07-10 15:49:25 +02:00 committed by GitHub
parent a3681774d6
commit af22a90b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ {
"title": "Zodiac",
"config": { "config": {
"step": { "step": {
"user": { "user": {

View File

@ -6541,7 +6541,6 @@
"iot_class": "local_polling" "iot_class": "local_polling"
}, },
"zodiac": { "zodiac": {
"name": "Zodiac",
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "calculated" "iot_class": "calculated"
@ -6695,6 +6694,7 @@
"uptime", "uptime",
"utility_meter", "utility_meter",
"waze_travel_time", "waze_travel_time",
"workday" "workday",
"zodiac"
] ]
} }

View File

@ -40,6 +40,7 @@ ALLOW_NAME_TRANSLATION = {
"nmap_tracker", "nmap_tracker",
"rpi_power", "rpi_power",
"waze_travel_time", "waze_travel_time",
"zodiac",
} }
REMOVED_TITLE_MSG = ( REMOVED_TITLE_MSG = (