From d10061e45cace1261c7802e419abb60a902ee96e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 May 2015 08:32:30 +0200 Subject: [PATCH] fix typos --- source/developers/add_new_platform.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/developers/add_new_platform.markdown b/source/developers/add_new_platform.markdown index c7e3ebbbabe..db473d06af7 100644 --- a/source/developers/add_new_platform.markdown +++ b/source/developers/add_new_platform.markdown @@ -80,9 +80,9 @@ This abstract class contains logic for integrating most standard features into your entities, such as visibility, entity IDs, updates, and many more. That is why it is best practice to reference the existing class. -A list of entities can be registered with Home Assitant using the *add_devices* +A list of entities can be registered with Home Assistant using the *add_devices* function that is provided as an input to *setup_platform*. Once entities are registered with with Home Assistant their updates will be provided to the core -and the core will have control over them. For more information on how Entites +and the core will have control over them. For more information on how Entities can be customized, take a look at the [Entity Abstract Class](https://github.com/balloob/home-assistant/blob/master/homeassistant/helpers/entity.py#L18).