HASSbian documentation (#3063)

* Remove Hassbian

* Replace Hassbian with Hass.io

* Move Hassbian docs to installation folder

* Update navigation

* Update redirects

* Update link
This commit is contained in:
Fabian Affolter 2017-07-26 22:39:01 +02:00 committed by Fabian Affolter
parent 13c8178126
commit dc730ff46d
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
9 changed files with 11 additions and 25 deletions

View File

@ -7,13 +7,13 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /getting-started/hassbian-common-tasks/
redirect_from: /docs/hassbian/common-tasks/
---
### {% linkable_title Login to the Raspberry Pi %}
To login to your Raspberry Pi running HASSbian you're going to be using a ssh client. Depending on your platform there are several alternatives for doing this. Linux and Max OS generally have a ssh client installed. Windows users are recommended to download and install the ssh client [Putty][ssh-putty].
Connect to the Raspberry Pi over ssh. Default user name is `pi` and password is `raspberry`.
Connect to the Raspberry Pi over ssh. Default user name is `pi` and password is `raspberry`.
Linux and Mac OS users execute the following command in a terminal.
```bash

View File

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /getting-started/hassbian-customization/
redirect_from: /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 packages that can easily be installed for easier customization of your Home Assistant installation.

View File

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /getting-started/installation-raspberry-pi-image/
redirect_from: /docs/hassbian/installation/
---
The easiest way to install Home Assistant on your Raspberry Pi is by using HASSbian: a Raspberry Pi image with Home Assistant built-in. The image will install the latest version of Home Assistant on initial boot (~10 minutes).

View File

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /getting-started/hassbian-installation/
redirect_from: /docs/hassbian/integrations/
---
Some components that are specific for the Raspberry Pi can require some further configuration outside of Home Assistant. All commands below are assumed to be executed with the `pi` account. For full documentation of these components refer to the [components](/components) page.

View File

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
redirect_from: /getting-started/hassbian-upgrading/
redirect_from: /docs/hassbian/upgrading/
---
HASSbian is based on Raspbian and uses the same repositories. Any changes to Raspbian will be reflected in HASSbian. To update and upgrade system packages and installed software (excluding Home Assistant) do the following.

View File

@ -8,22 +8,14 @@
<li>
<b>{% active_link /docs/installation/ Installation %}</b>
<ul>
<li>{% active_link /docs/hassio/ Hass.io %}</li>
<li>{% active_link /docs/installation/virtualenv/ Python Virtual Env %}</li>
<li>{% active_link /docs/installation/hassbian/ Hassbian %}</li>
<li>{% active_link /docs/installation/raspberry-pi-all-in-one/ Raspberry Pi All-in-One %}</li>
<li>{% active_link /docs/installation/updating/ Updating %}</li>
<li>{% active_link /docs/installation/troubleshooting/ Troubleshooting %}</li>
</ul>
</li>
<li>
<b>{% active_link /docs/hassbian/ Hassbian %}</b>
<ul>
<li>{% active_link /docs/hassbian/installation/ Installation %}</li>
<li>{% active_link /docs/hassbian/customization/ Customization %}</li>
<li>{% active_link /docs/hassbian/common-tasks/ Common tasks %}</li>
<li>{% active_link /docs/hassbian/integrations/ Integrations %}</li>
<li>{% active_link /docs/hassbian/upgrading/ Upgrading %}</li>
</ul>
</li>
<li>
<b>{% active_link /docs/configuration/ Configuration %}</b>
<ul>

View File

@ -12,11 +12,11 @@ footer: true
The documentation covers from beginner to advanced topic around the installation, the setup, the configuration, and the usage of Home Assistant.
<div class="text-center hass-option-cards" markdown="0">
<a class='option-card' href='/docs/hassbian/installation/'>
<a class='option-card' href='/hassio/'>
<div class='img-container'>
<img src='/images/supported_brands/raspberry-pi.png' />
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='title'>Hassbian</div>
<div class='title'>Hass.io</div>
</a>
<a class='option-card' href='/docs/configuration/'>
<div class='img-container'>

View File

@ -18,12 +18,6 @@ You will need to install Home Assistant before we can get started. You can insta
</div>
<div class='title'>Install Hass.io on your Raspberry Pi 3</div>
</a>
<a class='option-card' href='/docs/hassbian/installation/'>
<div class='img-container'>
<img src='/images/supported_brands/raspberry-pi.png' />
</div>
<div class='title'>Install Hassbian on your Raspberry Pi 3</div>
</a>
<a class='option-card' href='/docs/installation/python/'>
<div class='img-container'>
<img src='/images/supported_brands/python.svg' />