Fix verb in docs (#34)

This commit is contained in:
Brad Fitzpatrick 2018-06-18 19:51:41 -07:00 committed by Paulus Schoutsen
parent 44b723aabd
commit 914ad32255

View File

@ -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.