Skip to content
Branch: current
Go to file
Code

Latest commit

DubhAd committed b703e10 Jul 21, 2020
I propose we delete this.

* It's not linked from anywhere in the official docs.
* People find it and follow it on random operating systems
* It's a subset of the official Python install docs

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 16, 2019
Jul 14, 2020
Oct 27, 2015

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
You can’t perform that action at this time.