From 6d4df93bc7e10f75931422837d940265d0a21609 Mon Sep 17 00:00:00 2001 From: Christopher Masto Date: Sun, 6 Feb 2022 12:36:38 -0500 Subject: [PATCH] Correct description of entity_globs (#65805) --- homeassistant/components/recorder/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/recorder/services.yaml b/homeassistant/components/recorder/services.yaml index b2ea33fe2dd..43ff7548dd6 100644 --- a/homeassistant/components/recorder/services.yaml +++ b/homeassistant/components/recorder/services.yaml @@ -44,7 +44,7 @@ purge_entities: entity_globs: name: Entity Globs to remove - description: List the regular expressions to select entities for removal from the recorder database. + description: List the glob patterns to select entities for removal from the recorder database. example: "domain*.object_id*" required: false default: []