📘 Home Assistant User documentation
 
 
 
 
 
Go to file
c0ffeeca7 387384eace
Z-Wave: link to adapters
2025-08-18 10:29:13 +02:00
.devcontainer Remove Ruby LSP from devcontainer (#33396) 2024-06-24 18:34:30 +02:00
.github build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#40391) 2025-08-12 17:24:51 +02:00
.vscode Add Zimi Cloud Controller Documentation (#36668) 2025-05-05 08:18:21 +02:00
plugins Merge current into next (#40176) 2025-07-28 16:45:52 +02:00
sass Add new page (#40417) 2025-08-13 19:58:04 +01:00
source Z-Wave: link to adapters 2025-08-18 10:29:13 +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 Merge current into next (#40176) 2025-07-28 16:45:52 +02:00
.markdownlint.json Adds MarkdownLint configuration (#9725) 2019-06-29 14:35:45 +02:00
.nvmrc Update nodejs to 18x (#26746) 2023-03-27 20:10:27 +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 Enforce Markdown headers are incremental (#28158) 2023-07-10 17:02:21 +02:00
.remarkrc.js Enforce Markdown ordered list numbering (#28179) 2023-07-11 21:28:37 +02:00
.ruby-version Upgrade Ruby, Node, Jekyll, sass-embedded + devcontainer (#30538) 2023-12-28 14:40:03 +01:00
.textlintrc.json Merge branch 'current' into rc 2025-07-02 13:47:07 +00:00
CLA.md ✏️ Tweak 2019-10-16 23:25:04 +02:00
CODEOWNERS 2025.8: Beta release notes (#39822) 2025-07-30 17:29:28 +02:00
CODE_OF_CONDUCT.md Enforce Markdown unordered list style (#28172) 2023-07-11 14:44:41 +02:00
Gemfile build(deps-dev): bump sass-embedded from 1.89.2 to 1.90.0 (#40296) 2025-08-06 10:20:53 +02:00
Gemfile.lock Add new page (#40417) 2025-08-13 19:58:04 +01: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 OHF logo to README (#34980) 2024-09-30 17:09:32 +02:00
Rakefile Add new page (#40417) 2025-08-13 19:58:04 +01:00
_config.yml 2025.8.1 (#40378) 2025-08-11 21:06:35 +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 Merge current into next (#40176) 2025-07-28 16:45:52 +02:00
package.json Merge current into next (#40176) 2025-07-28 16:45:52 +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

If the preview is not running on your local machine, pass the IP of the target machine from where it should be served as a parameter, i.e. to access on http://192.168.0.123:4000:

bundle exec rake preview[192.168.0.123]

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

Home Assistant - A project from the Open Home Foundation