mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add translatable title to holiday (#106825)
This commit is contained in:
parent
87c79ef57f
commit
608d52f167
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"title": "Holiday",
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Already configured. Only a single configuration for country/province combination possible."
|
"already_configured": "Already configured. Only a single configuration for country/province combination possible."
|
||||||
|
@ -2453,7 +2453,6 @@
|
|||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"holiday": {
|
"holiday": {
|
||||||
"name": "Holiday",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
@ -6971,6 +6970,7 @@
|
|||||||
"google_travel_time",
|
"google_travel_time",
|
||||||
"group",
|
"group",
|
||||||
"growatt_server",
|
"growatt_server",
|
||||||
|
"holiday",
|
||||||
"homekit_controller",
|
"homekit_controller",
|
||||||
"input_boolean",
|
"input_boolean",
|
||||||
"input_button",
|
"input_button",
|
||||||
|
@ -33,6 +33,7 @@ ALLOW_NAME_TRANSLATION = {
|
|||||||
"garages_amsterdam",
|
"garages_amsterdam",
|
||||||
"generic",
|
"generic",
|
||||||
"google_travel_time",
|
"google_travel_time",
|
||||||
|
"holiday",
|
||||||
"homekit_controller",
|
"homekit_controller",
|
||||||
"islamic_prayer_times",
|
"islamic_prayer_times",
|
||||||
"local_calendar",
|
"local_calendar",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user