From b47eeb8fb0ce322bd615b97d3187db8905ecd699 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Thu, 7 Dec 2023 01:45:08 +1030 Subject: [PATCH] Clarify entity naming in entity registry (#1997) (Very) Minor change to clarify the meaning. --- docs/entity_registry_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entity_registry_index.md b/docs/entity_registry_index.md index 12132cf3..a5bd020f 100644 --- a/docs/entity_registry_index.md +++ b/docs/entity_registry_index.md @@ -6,7 +6,7 @@ The entity registry is a registry where Home Assistant keeps track of entities. Being registered has the advantage that the same entity will always get the same entity ID. It will also prevent other entities from using that entity ID. -A user is also able to override the name of an entity in the entity registry. When set, the name of the entity registry is used in favor of the name the device might give itself. +A user is also able to override the name of an entity in the entity registry. When set, the name in the entity registry is used in favor of the name the device might give itself. ## Unique ID