Capitalize "Recorder" as the component name in Home Assistant (#141226)

This commit is contained in:
Norbert Rittel 2025-03-23 20:09:52 +01:00 committed by GitHub
parent 1d36279e79
commit 9677b0d254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,15 +43,15 @@
"fields": {
"entity_id": {
"name": "Entities to remove",
"description": "List of entities for which the data is to be removed from the recorder database."
"description": "List of entities for which the data is to be removed from the Recorder database."
},
"domains": {
"name": "Domains to remove",
"description": "List of domains for which the data needs to be removed from the recorder database."
"description": "List of domains for which the data needs to be removed from the Recorder database."
},
"entity_globs": {
"name": "Entity globs to remove",
"description": "List of glob patterns used to select the entities for which the data is to be removed from the recorder database."
"description": "List of glob patterns used to select the entities for which the data is to be removed from the Recorder database."
},
"keep_days": {
"name": "[%key:component::recorder::services::purge::fields::keep_days::name%]",