Skip to content

Commit 1bfc28a

Browse files
ludeeusfabaff
authored andcommitted
Hassbian docs (home-assistant#3487)
* 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
1 parent d231407 commit 1bfc28a

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

source/_docs/installation/hassbian/common-tasks.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ To get the current state of the `homeassistant.service` replace `stop` with `sta
3636

3737
### {% linkable_title Update Home Assistant %}
3838

39+
<p class='note'>
40+
You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`
41+
</p>
42+
3943
Log in as the `pi` account and execute the following commands:
4044

4145
```bash

source/_docs/installation/hassbian/customization.markdown

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,27 @@ footer: true
1010
redirect_from: /docs/hassbian/customization/
1111
---
1212

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`.
1415

16+
### Install scripts
17+
To view the available packages run `hassbian-config show` and `sudo hassbian-config install PACKAGENAME`.
1518
- 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.
1620
- 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*
2022
- 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.
2223
- 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.
2333

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

2736
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts

source/_docs/installation/hassbian/installation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following extras are included on the image:
2929
- GPIO pins are ready to use.
3030
- Bluetooth is ready to use (supported models only, no Bluetooth LE).
3131
- SSH server is enabled.
32-
- A tool called `hassbian-config`.
32+
- A tool called [`hassbian-config`](https://github.com/home-assistant/hassbian-scripts#hassbian-config-hassbian-config).
3333

3434
### {% linkable_title Wireless Network %}
3535

source/_docs/installation/hassbian/upgrading.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ $ sudo apt-get -y upgrade
2020

2121

2222
#### {% linkable_title Updating Home Assistant %}
23+
<p class='note'>
24+
You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`
25+
</p>
2326

2427
To update the Home Assistant installation execute the following command as the `pi` user.
2528

0 commit comments

Comments
 (0)