mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Make local calendar integration title translatable (#95805)
This commit is contained in:
parent
cfe6185c1c
commit
436cda1489
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Local Calendar",
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user