mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Capitalize "Recorder" as the component name in Home Assistant (#141226)
This commit is contained in:
parent
1d36279e79
commit
9677b0d254
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user