Add translatable title to statistics (#128286)

This commit is contained in:
G Johansson
2024-10-13 14:37:57 +02:00
committed by GitHub
parent 27c76e746a
commit 7178943223
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{ {
"title": "Statistics",
"config": { "config": {
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]" "already_configured": "[%key:common::config_flow::abort::already_configured_account%]"

View File

@@ -7369,7 +7369,6 @@
"config_flow": false "config_flow": false
}, },
"statistics": { "statistics": {
"name": "Statistics",
"integration_type": "helper", "integration_type": "helper",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
@@ -7456,6 +7455,7 @@
"schedule", "schedule",
"season", "season",
"shopping_list", "shopping_list",
"statistics",
"sun", "sun",
"switch_as_x", "switch_as_x",
"threshold", "threshold",