From 14c5e77212b3a1bd4d5caadc07db13f40b39d36d Mon Sep 17 00:00:00 2001 From: mojotaker Date: Sun, 13 May 2018 08:16:34 -0500 Subject: [PATCH] Update entity_index.md (#13) Fixed spelling --- docs/entity_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.