
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
4.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | redirect_from |
---|---|---|---|---|---|---|---|---|
page | Customization | Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi. | 2016-09-26 21:00 | true | false | true | true | /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:
- AppDaemon
- Cloud9
- Custom Component Store
- Fail2Ban This suite can't be installed on Raspberry Pi Zero
- Duck DNS This can also be configured to generate Let's Encrypt SSL certificates
- Hue
- Hassbian Manager is a web UI tool that can help you manage your suites.
- Mosquitto
- Pi-hole
- Razberry
- Samba
- Trådfri
- Webterminal
- Zigbee2mqtt
- Various database engines.
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:
- AppDaemon
- Cloud9
- Custom Component Store
- Hassbian
- Hassbian Manager
- Home Assistant
- hassbian-config (hassbian-scripts)
- Python
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.