mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Make Zodiac integration title translatable (#95816)
This commit is contained in:
parent
a3681774d6
commit
af22a90b3a
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Zodiac",
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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 = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user