📘 Home Assistant User documentation
 
 
 
 
 
Go to file
Brandon Rothweiler eafe37797e
Update A. O. Smith docs for new device support (#40691)
2025-09-13 00:46:54 +02:00
.devcontainer Remove Ruby LSP from devcontainer (#33396) 2024-06-24 18:34:30 +02:00
.github Fix restrict-task-creation workflow (#40479) 2025-08-17 11:25:52 +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 Implement lazy loading for homepage hero iframe to improve performance (#40513) 2025-08-29 20:38:12 +02:00
source Update A. O. Smith docs for new device support (#40691) 2025-09-13 00:46: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 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 Bump nvmrc version to node 20 LTS (#40623) 2025-08-27 18:47:56 +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 Add documentation for Droplet integration (#40278) 2025-09-10 18:07:47 +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 rubocop from 1.80.0 to 1.80.1 (#40631) 2025-08-28 10:16:54 +02:00
Gemfile.lock build(deps): bump rack from 3.2.0 to 3.2.1 (#40702) 2025-09-03 08:45:41 +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 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.9: Beta release notes (#40629) 2025-08-27 20:38:03 +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 build(deps-dev): bump textlint-rule-terminology from 5.2.14 to 5.2.15 (#40532) 2025-08-21 14:35:29 +02:00
package.json build(deps-dev): bump textlint-rule-terminology from 5.2.14 to 5.2.15 (#40532) 2025-08-21 14:35:29 +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