📘 Home Assistant User documentation
 
 
 
 
 
Go to file
Phil Bruckner 8bcdb9ef92
Add legacy polling option for Amcrest motion detection (#13798)
2020-07-05 14:19:51 +02:00
.devcontainer Loose some fat on the VSCode dev container (#13278) 2020-05-03 23:27:28 +02:00
.github Add link to Hosting documentation from Picture Element docs (#13403) 2020-05-12 09:06:31 +02:00
.vscode Home Assistant etc spelling consistency fixes (#11637) 2020-01-05 12:44:21 +01:00
plugins Improve cache busting (#11846) 2020-01-22 21:05:26 +01:00
sass Add small bottom padding to details 2020-04-08 15:27:16 +02:00
source Add legacy polling option for Amcrest motion detection (#13798) 2020-07-05 14:19:51 +02:00
.editorconfig Add EditorConfig file for Ruby files 2012-02-26 11:08:16 -08:00
.gitattributes Added .gitattributes file to keep CRLF's out of the codebase. 2013-03-06 01:29:40 +01:00
.gitignore Upgrade to Jekyll 4.0.0 (#10202) 2019-08-22 08:00:30 -07:00
.markdownlint.json Adds MarkdownLint configuration (#9725) 2019-06-29 14:35:45 +02:00
.nvmrc Adds GitHub Action for Remark, fixes code flag on fences (#10475) 2019-09-29 00:50:28 +02:00
.powrc Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 and beyond. 2012-06-08 13:58:52 -05:00
.remarkignore Move integration platform redirects to Netlify redirects file (#10483) 2019-09-29 14:59:44 +02:00
.remarkrc.js No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
.ruby-version ⬆️ Upgrades Ruby to 2.6.2 and Bundler to 2.0.1 (#8938) 2019-03-14 22:44:02 +01:00
.textlintrc.json Remove wunderlist, platform is decommissioned (#13653) 2020-06-02 19:38:09 +02:00
CLA.md ✏️ Tweak 2019-10-16 23:25:04 +02:00
CODEOWNERS Remove fortigate integration (#13823) 2020-06-23 15:21:54 -07:00
CODE_OF_CONDUCT.md Update Code of Conduct, following Contributor Covenant 2.0 (#13588) 2020-05-25 20:20:34 +02:00
Gemfile Bump jekyll from 4.1.0 to 4.1.1 (#13838) 2020-06-24 19:05:56 +02:00
Gemfile.lock Bump kramdown from 2.2.1 to 2.3.0 (#13866) 2020-06-29 09:17:02 +02:00
LICENSE.md Adds GitHub Action for Remark, fixes code flag on fences (#10475) 2019-09-29 00:50:28 +02:00
README.md Add link to Hosting documentation from Picture Element docs (#13403) 2020-05-12 09:06:31 +02:00
Rakefile Cleanup Rakefile by removing obsolete tasks (#11622) 2020-01-04 23:22:11 +01:00
_config.yml Release 111.4 2020-06-17 13:42:43 -07:00
config.rb Fix http generated images path when using Compass sprites 2013-07-13 23:22:29 +12:00
config.ru More fixes 2015-10-27 00:53:57 -07:00
package-lock.json Bump remark-stringify from 8.0.0 to 8.1.0 (#13704) 2020-06-10 13:48:13 +02:00
package.json Bump remark-stringify from 8.0.0 to 8.1.0 (#13704) 2020-06-10 13:48:13 +02:00

README.md

Discord License: CC BY-NC-SA 4.0

Deploys by netlify

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 following bundler command:

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