Add translatable title to holiday (#106825)
This commit is contained in:
parent
87c79ef57f
commit
608d52f167
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"title": "Holiday",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Already configured. Only a single configuration for country/province combination possible."
|
||||
|
|
|
@ -2453,7 +2453,6 @@
|
|||
"iot_class": "local_push"
|
||||
},
|
||||
"holiday": {
|
||||
"name": "Holiday",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
|
@ -6971,6 +6970,7 @@
|
|||
"google_travel_time",
|
||||
"group",
|
||||
"growatt_server",
|
||||
"holiday",
|
||||
"homekit_controller",
|
||||
"input_boolean",
|
||||
"input_button",
|
||||
|
|
|
@ -33,6 +33,7 @@ ALLOW_NAME_TRANSLATION = {
|
|||
"garages_amsterdam",
|
||||
"generic",
|
||||
"google_travel_time",
|
||||
"holiday",
|
||||
"homekit_controller",
|
||||
"islamic_prayer_times",
|
||||
"local_calendar",
|
||||
|
|
Loading…
Add table
Reference in a new issue