Skip to content

jechiasson/home-assistant.io

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

Folders and files

NameName
Last commit message
Last commit date
Oct 5, 2022
Oct 14, 2022
Oct 24, 2022
Nov 2, 2022
Oct 12, 2022
Nov 18, 2022
Feb 26, 2012
Mar 6, 2013
Jul 28, 2021
Jun 29, 2019
Oct 30, 2021
Jun 8, 2012
Sep 29, 2019
Sep 29, 2019
Sep 27, 2021
Jun 28, 2022
Oct 16, 2019
Oct 5, 2022
May 25, 2020
Apr 13, 2021
Nov 15, 2022
Nov 15, 2022
Sep 28, 2019
Jun 7, 2022
Oct 26, 2021
Nov 16, 2022
Jul 13, 2013
Oct 27, 2015
Nov 15, 2022
Nov 15, 2022

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

About

📘 Home Assistant User documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.1%
  • SCSS 23.1%
  • Ruby 4.9%
  • JavaScript 2.1%
  • Other 0.8%