From 914ad322559859fb46be3355d54342bccb37afc2 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 18 Jun 2018 19:51:41 -0700 Subject: [PATCH] Fix verb in docs (#34) --- 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 1a5b151f..91b65b2b 100644 --- a/docs/entity_registry_index.md +++ b/docs/entity_registry_index.md @@ -3,7 +3,7 @@ title: Entity Registry sidebar_label: Introduction --- -The entity registry is a registry where Home Assistant keeps track of entities. Any entity that is added to Home Assistant and having a unique ID will be registered in the registry. +The entity registry is a registry where Home Assistant keeps track of entities. Any entity that is added to Home Assistant and has a unique ID will be registered in the registry. 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.