Add translatable title to statistics (#128286)
This commit is contained in:
parent
27c76e746a
commit
7178943223
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"title": "Statistics",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
||||
|
|
|
@ -7369,7 +7369,6 @@
|
|||
"config_flow": false
|
||||
},
|
||||
"statistics": {
|
||||
"name": "Statistics",
|
||||
"integration_type": "helper",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
|
@ -7456,6 +7455,7 @@
|
|||
"schedule",
|
||||
"season",
|
||||
"shopping_list",
|
||||
"statistics",
|
||||
"sun",
|
||||
"switch_as_x",
|
||||
"threshold",
|
||||
|
|
Loading…
Add table
Reference in a new issue