Make workday integration title translatable (#95803)

This commit is contained in:
Jan-Philipp Benecke 2023-07-08 11:48:15 +02:00 committed by GitHub
parent b8af7fbd55
commit 6f9a640fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ {
"title": "Workday",
"config": { "config": {
"abort": { "abort": {
"incorrect_province": "Incorrect subdivision from yaml import", "incorrect_province": "Incorrect subdivision from yaml import",

View File

@ -6289,7 +6289,6 @@
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },
"workday": { "workday": {
"name": "Workday",
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
@ -6695,6 +6694,7 @@
"tod", "tod",
"uptime", "uptime",
"utility_meter", "utility_meter",
"waze_travel_time" "waze_travel_time",
"workday"
] ]
} }