Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

3.9 KiB

title, description, redirect_from
title description redirect_from
Customization Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi. /docs/hassbian/customization/

To allow you to customize your installation further, we have included a tool called hassbian-config. This tool comes with a set of suites that can easily be installed or upgraded for easier customization of your Home Assistant installation. The tool is available by running hassbian-config.

Install scripts

To view the available suites run hassbian-config show or have a look at the hassbian-scripts repository. These are some of the available suites:

To install any of them simply run sudo hassbian-config install SUITE.

Upgrade scripts

To view the available suites run hassbian-config show or have a look at the hassbian-scripts repository. These are some of the available suites:

To upgrade any of them simply run sudo hassbian-config upgrade SUITE.

For more information about this tool have a look at the hassbian-scripts repository.