From f06e4bde94d1e2ebd7938bcc2578223d14b97939 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 26 Sep 2014 14:47:19 -0700 Subject: [PATCH] Documentation tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69c14844ad8..856bf452907 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Home Assistant -Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform that allows to connect devices. +Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control. It offers the following functionality through built-in components: @@ -107,7 +107,7 @@ After a component is loaded the bootstrapper will call its setup method `setup(h | Parameter | Description | | --------- | ----------- | -| hass | The Home Assistant object. Call its methods to track time, register services or listen for events. [Overview of available methods](https://github.com/balloob/home-assistant/blob/master/homeassistant/__init__.py#L100) | +| hass | The Home Assistant object. Call its methods to track time, register services or listen for events. [Overview of available methods.](https://github.com/balloob/home-assistant/blob/master/homeassistant/__init__.py#L100) | | config | A dict containing the configuration. The keys of the config-dict are component names and the value is another dict with configuration attributes. | **Example on using the configuration parameter**