📘 Home Assistant User documentation
 
 
 
 
 
Go to file
gozasc bd502b054a
Update index.html (#14175)
First edit is to more accurately reflect the casing on the "Add-on store" tab; second edit (a > an) is for grammatical accuracy in the English language.
2020-08-08 15:02:54 +02:00
.devcontainer Loose some fat on the VSCode dev container (#13278) 2020-05-03 23:27:28 +02:00
.github Bump actions/setup-node from v2.1.0 to v2.1.1 (#14061) 2020-07-22 12:49:49 +02:00
.vscode Home Assistant etc spelling consistency fixes (#11637) 2020-01-05 12:44:21 +01:00
plugins Basic Configuration for Editors + Weather Card as example (#14010) 2020-07-17 22:26:58 +02:00
sass Configuration Variable Redesign (#14008) 2020-07-16 22:52:30 +02:00
source Update index.html (#14175) 2020-08-08 15:02:54 +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 Sync codebase with docs for 0.113 2020-07-22 17:39:57 +02: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 nokogiri from 1.10.9 to 1.10.10 (#13935) 2020-07-07 09:44:10 +02:00
Gemfile.lock Bump chunky_png from 1.3.11 to 1.3.12 (#14149) 2020-08-04 17:42:37 +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 113.3 (#14127) 2020-08-01 15:37:41 +02: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 textlint from 11.6.3 to 11.7.6 (#14095) 2020-07-28 12:50:39 +02:00
package.json Bump textlint from 11.6.3 to 11.7.6 (#14095) 2020-07-28 12:50:39 +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