home-assistant.io/source/_docs/hassbian/customization.markdown
Fredrik Lindqvist 9f21a46c11 Hassbian 1.21 - Blog post and update to HASSbian docs (#2538)
* Hassbian 1.21

* Add blog post
2017-04-30 12:39:42 -07:00

1.6 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 /getting-started/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 packages that can easily be installed for easier customization of your Home Assistant installation.

  • Install Samba. Allows anyone on your network to edit your configuration from any computer. This share is unsecured and it's usage is not recommended if you share your network with others.
  • Install Libcec. Adds local HDMI CEC support.
  • Install Mosquitto MQTT server. Installs the latest Mosquitto package and client tools from the Mosquitto projects offical repository. Now includes websocket support.
  • Install Open Z-Wave. Installs Open Z-Wave and prepares for using a USB or GPIO ZWave controller.
  • Install Hue. hue: Configures the Python executable to allow usage of low numbered ports for use with Emulated Hue component thats used with Amazon Echo, Google Home and Mycroft.ai.
  • Install Tellstick. Installs the Tellstick package for controling and using a connected Tellstick.

The tool is available by running hassbian-config. To view the available packages run hassbian-config show and sudo hassbian-config install PACKAGENAME. For more information about this tool have a look at the hassbian-scripts repository.