diff --git a/docs/entity_index.md b/docs/entity_index.md index d85f14fb..50041ba5 100644 --- a/docs/entity_index.md +++ b/docs/entity_index.md @@ -3,7 +3,7 @@ title: Entity sidebar_label: Introduction --- -Each device is represented in Home Assistant as an entity. An entity abstracts away the internal working of Home Assistant. As an integrator you don't have to worry about how services or the state machine work. Instead, you extend an entity class and implement the necessary properties and methods for the device type that you're integrationg. +Each device is represented in Home Assistant as an entity. An entity abstracts away the internal working of Home Assistant. As an integrator you don't have to worry about how services or the state machine work. Instead, you extend an entity class and implement the necessary properties and methods for the device type that you're integrating. Below is an example switch entity that keeps track of their state in memory.