Make workday integration title translatable (#95803)
This commit is contained in:
parent
b8af7fbd55
commit
6f9a640fa3
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"title": "Workday",
|
||||
"config": {
|
||||
"abort": {
|
||||
"incorrect_province": "Incorrect subdivision from yaml import",
|
||||
|
|
|
@ -6289,7 +6289,6 @@
|
|||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"workday": {
|
||||
"name": "Workday",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
|
@ -6695,6 +6694,7 @@
|
|||
"tod",
|
||||
"uptime",
|
||||
"utility_meter",
|
||||
"waze_travel_time"
|
||||
"waze_travel_time",
|
||||
"workday"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue