mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +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": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entities to remove",
|
"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": {
|
"domains": {
|
||||||
"name": "Domains to remove",
|
"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": {
|
"entity_globs": {
|
||||||
"name": "Entity globs to remove",
|
"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": {
|
"keep_days": {
|
||||||
"name": "[%key:component::recorder::services::purge::fields::keep_days::name%]",
|
"name": "[%key:component::recorder::services::purge::fields::keep_days::name%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user