Add a missing translation for energy error (#128413)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
5d058c29a2
commit
3cbadb1bd2
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
"entity_state_class_measurement_no_last_reset": {
|
||||
"title": "Last reset missing",
|
||||
"description": "The following entities have state class 'measurement' but 'last_reset' is missing:"
|
||||
},
|
||||
"statistics_not_defined": {
|
||||
"title": "Statistics not defined",
|
||||
"description": "Some entities currently have no statistics metadata. If these are newly created, it may take up to 5 minutes for this to be generated for the following entities:"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue