Make local calendar integration title translatable (#95805)

This commit is contained in:
Jan-Philipp Benecke
2023-07-05 08:35:32 +02:00
committed by GitHub
parent cfe6185c1c
commit 436cda1489
3 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -3010,7 +3010,6 @@
"iot_class": "cloud_push" "iot_class": "cloud_push"
}, },
"local_calendar": { "local_calendar": {
"name": "Local Calendar",
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
@@ -6677,6 +6676,7 @@
"input_text", "input_text",
"integration", "integration",
"islamic_prayer_times", "islamic_prayer_times",
"local_calendar",
"local_ip", "local_ip",
"min_max", "min_max",
"mobile_app", "mobile_app",

View File

@@ -34,6 +34,7 @@ ALLOW_NAME_TRANSLATION = {
"google_travel_time", "google_travel_time",
"homekit_controller", "homekit_controller",
"islamic_prayer_times", "islamic_prayer_times",
"local_calendar",
"local_ip", "local_ip",
"nmap_tracker", "nmap_tracker",
"rpi_power", "rpi_power",