The downloader component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.
To enable it, add the following lines to your configuration.yaml:
diff --git a/components/group.html b/components/group.html
index 72ada478e2..59fe706f6c 100644
--- a/components/group.html
+++ b/components/group.html
@@ -71,6 +71,7 @@
Adding platform support
The limitlessled can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
+
+The limitlessled can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.
To add limitlessled to your installation, add the following to your configuration.yaml file:
diff --git a/components/logbook.html b/components/logbook.html
index cd18edc238..230169f723 100644
--- a/components/logbook.html
+++ b/components/logbook.html
@@ -71,6 +71,7 @@
Adding platform support
One of the things most people want at some point in their home automation is to get notified when certain events occur. For this reason there is a notify component in Home Assistant.
-
Home Assistant currently supports the awesome PushBullet, a free service to send information between your phones, browsers and friends.
+
Home Assistant currently supports a wide range of services for notifications:
-
To add PushBullet to your installation, add the following to your configuration.yaml file:
The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
+
+The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
To add this platform to your installation, add the following to your configuration.yaml file:
This page is irregularly updated. As a base we use the Github contributors overview of the Home Assistant git repository and the overview for home-assistant.io. If you think that you are missing, please let us know or add yourself.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/developers/frontend.html b/developers/frontend.html
index 98d54c0b10..6abaaa0cee 100644
--- a/developers/frontend.html
+++ b/developers/frontend.html
@@ -71,6 +71,7 @@
Adding platform support
The home of Home Assistant is https://home-assistant.io. This is the place where we provide documentation and additional details about Home Assistant for end users and developers.
+
+
home-assistant.io is using Octopress. To get more details, please checkout the documentation. That means that creating a new page is simple. The pages are written in markdown, you don’t need to care about HTML or alike.
+
+
To work on the website the process is no different to working on Home Assistant itself.
To test changes to home-assistant.io locally, run rake preview and navigate to http://127.0.0.1:4000.
+
Create a Pull Request against the master branch of home-assistant.io.
+
+
+
+
For a component page it would be the fastest way to make a copy of an existing page and edit it.
+
+
Code
+
+
To take advantage of the build-in features of Octopress to display code snipplets, just use the default markdown syntax.
+
+
1
+
Here goes the code...
+
+
+
+
Images, icons, and logos
+
+
The images which are displayed on the pages are stored in various directories according their purpose.
+
+
+
+
+
Type
+
Location
+
+
+
+
+
screen shots
+
source/images/screenshots
+
+
+
logos
+
source/images/supported_brands
+
+
+
+
+
+
No everything has a logo, to show something we are using the Gnome Icon Theme from the GNOME Project as a source for the placeholders. Those icon are licensed under the GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/getting-started/android.html b/getting-started/android.html
index ac86b966c4..8c77e261e7 100644
--- a/getting-started/android.html
+++ b/getting-started/android.html
@@ -71,6 +71,7 @@
Adding platform support