Skip to content

doubledrat/home-assistant.io

This branch is 1267 commits behind home-assistant/home-assistant.io:current.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dcf3f16 · Nov 29, 2024
Jun 24, 2024
Oct 25, 2024
Feb 4, 2024
Nov 28, 2024
Nov 22, 2024
Nov 29, 2024
Feb 26, 2012
Mar 6, 2013
Jul 28, 2021
Jun 29, 2019
Mar 27, 2023
Jun 8, 2012
Jul 10, 2023
Jul 11, 2023
Dec 28, 2023
Mar 7, 2024
Oct 16, 2019
Nov 5, 2024
Jul 11, 2023
Nov 27, 2024
Nov 28, 2024
Sep 28, 2019
Sep 30, 2024
Jun 15, 2024
Nov 22, 2024
Jul 13, 2013
Oct 27, 2015
Oct 25, 2024
Oct 25, 2024

Repository files navigation

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

About

📘 Home Assistant User documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.5%
  • SCSS 16.7%
  • CSS 6.1%
  • Ruby 4.4%
  • JavaScript 2.3%