Ian Slinger 696831a242 Reorganise and fix some errors in the Templating docs.
There was some confusion about the use of filters in the HA extension,
in fact some of them were wrong.

Also merged the examples for the extensions into sections for each type so
they could be seen in context.
2018-11-04 19:00:39 +11:00
2018-10-09 12:13:54 +02:00
2018-08-28 09:40:10 +02:00
2018-10-09 12:13:54 +02:00
2018-11-02 14:10:36 +01:00

Discord Travis branch Krihelimeter License: CC BY-NC-SA 4.0

Home Assistant website

This is the source for the Home-Assistant.io website.

Setup

Setting up to contribute to documentation and the process for submitting pull requests is explained in the developer documentation.

Site preview

In order to make the preview available on http://127.0.0.1:4000, use the command as follows:

bundle exec rake preview

Speeding up site generation

Every release we post long changelogs to the website. This slows down generation of the website significantly! We include some tools to temporarily exclude the blog posts that you're not working on out of the way.

bundle exec rake isolate[filename-of-blogpost]

When you're done working on the site, run the following command to move the posts back again:

bundle exec rake integrate
Description
📘 Home Assistant User documentation
Readme 1.4 GiB
Languages
HTML 63.6%
SCSS 15.2%
CSS 13.9%
Ruby 3.7%
JavaScript 3.6%