You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added link
Added link to hassbian-config
* Added note
Added note for upgrade HA from hassbian-config
* Added note
Added note on how to uppdate HA from hassbian-config
* Updated to match current version
Updated to match current version of hassbian-config.
* Corrected problems with link
* Corrected typo
* Corrected typo
* Corrected typo
* Update common-tasks.markdown
* Update upgrading.markdown
* Fix spelling
* Fix spelling
Copy file name to clipboardExpand all lines: source/_docs/installation/hassbian/customization.markdown
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,27 @@ footer: true
10
10
redirect_from: /docs/hassbian/customization/
11
11
---
12
12
13
-
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.
13
+
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 or upgraded for easier customization of your Home Assistant installation.
14
+
The tool is available by running `hassbian-config`.
14
15
16
+
### Install scripts
17
+
To view the available packages run `hassbian-config show` and `sudo hassbian-config install PACKAGENAME`.
15
18
- Install 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.
19
+
- Install MariaDB. This script installs MariaDB and it's dependencies for use with the recorder component in Home Assistant. No database or database user is created during this setup and will need to be created manually.
16
20
- Install Mosquitto MQTT server. Installs the latest Mosquitto package and client tools from the Mosquitto projects official repository. Now includes websocket support.
17
-
- Install Libcec. Adds local [HDMI CEC support][cec].
18
-
- Install Open Z-Wave-pip. Installs Python Open Z-Wave from a pip package. This is the quickest and recommended way of installing Z-Wave support but does not OZWCP pre-installed.
19
-
- Install Open Z-Wave. Installs Python Open Z-Wave and OZWCP from git.
21
+
- Install Libcec. Adds local [HDMI CEC support][cec]. *This scipt is currently brooken upstream since it currently doesn't build properly for Python >3.4*
20
22
- 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.
21
-
- Install Tellstick. Installs the Tellstick package for controlling and using a connected Tellstick.
22
23
- Install Tradfri. Installs dependencies for using IKEA Trådfri.
24
+
- Install Duck DNS auto renewal. This script adds an cron job to auto update you the WAN IP address for the defined domain. Before running this script you should already have an Duck DNS account, during the installation you will be asked to supply your domain name and the token for your account.
25
+
- Install an web terminal for easy access to ssh in an web browser. This script installs an web terminal called 'shellinabox' to you system that give you SSH access in you web browser.
26
+
27
+
#### Upgrade scripts
28
+
To view the available packages run `hassbian-config show` and `sudo hassbian-config upgrade PACKAGENAME`.
29
+
- Upgrade your Home Assistant installation.
30
+
- Upgrade your HASSbian installation.
31
+
- Upgrade HASSbian-scripts.
32
+
- Upgrade HASSbian-scripts from dev branch.
23
33
24
-
The tool is available by running `hassbian-config`. To view the available packages run `hassbian-config show` and `sudo hassbian-config install PACKAGENAME`.
25
34
For more information about this tool have a look at the [hassbian-scripts repository][hassbian-repo].
0 commit comments