Skip to content

Commit 6ea9c2d

Browse files
ludeeusfrenck
authored andcommitted
More hassbian docs (home-assistant#4994)
1 parent 6800f20 commit 6ea9c2d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/_docs/installation/hassbian.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Hassbian"
4-
description: "Instructions to flash the Home Assistant HASSbian image on a Raspberry Pi."
4+
description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi."
55
date: 2016-09-26 21:00
66
sidebar: true
77
comments: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To get the current state of the `homeassistant.service` replace `stop` with `sta
3737
### {% linkable_title Update Home Assistant %}
3838

3939
<p class='note'>
40-
You can also use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`
40+
You can use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade homeassistant`
4141
</p>
4242

4343
Log in as the `pi` account and execute the following commands:

source/_docs/installation/updating.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from: /getting-started/updating/
1111
---
1212

1313
<p class='note warning'>
14-
The upgrade process differs depending on the installation you have, so please review the documentation that is specific to your install [Hass.io](/hassio/), [HASSbian](/docs/hassbian/common-tasks/#update-home-assistant), [Vagrant](/docs/installation/vagrant/), or [Virtualenv](/docs/installation/virtualenv/#upgrading-home-assistant).
14+
The upgrade process differs depending on the installation you have, so please review the documentation that is specific to your install [Hass.io](/hassio/), [Hassbian](/docs/installation/hassbian/common-tasks/#update-home-assistant), [Vagrant](/docs/installation/vagrant/), or [Virtualenv](/docs/installation/virtualenv/#upgrading-home-assistant).
1515
</p>
1616

1717
Check what's new in the latest version and potentially impacts your system in [Home Assistant release notes](https://github.com/home-assistant/home-assistant/releases). It is good practice to review these release notes and pay close attention to the **Breaking Changes** that are listed there. If you haven't done an update for a while, you should also check previous release notes as they can also contain relevant **Breaking Changes**. **Breaking Changes** may require configuration updates for your components. If you missed this and Home Assistant refuses to start, check `<config-dir>/home-assistant.log` for details about broken components.
@@ -25,7 +25,7 @@ $ pip3 install --upgrade homeassistant
2525
After updating, you must restart Home Assistant for the changes to take effect. This means that you will have to restart `hass` itself or the [autostarting](/docs/autostart/) daemon (if applicable). Startup can take considerable amount of time (i.e. minutes) depending on your device. This is because all requirements are updated as well.
2626

2727
<p class='note'>
28-
To avoid permission errors, the upgrade must be run as the same user as the installation was completed, again review the documentation specific to your install [Hass.io](/hassio/), [HASSbian](/docs/hassbian/installation/), [Vagrant](/docs/installation/vagrant/), or [Virtualenv](/docs/installation/virtualenv).
28+
To avoid permission errors, the upgrade must be run as the same user as the installation was completed, again review the documentation specific to your install [Hass.io](/hassio/), [Hassbian](/docs/hassbian/installation/), [Vagrant](/docs/installation/vagrant/), or [Virtualenv](/docs/installation/virtualenv).
2929
</p>
3030

3131
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.
@@ -40,7 +40,7 @@ $ pip3 install homeassistant==0.XX.X
4040

4141
#### {% linkable_title Run the development version %}
4242

43-
If you want to stay on the bleeding-edge Home Assistant development branch, you can upgrade to `dev`.
43+
If you want to stay on the bleeding-edge Home Assistant development branch, you can upgrade to `dev`.
4444

4545
<p class='note warning'>
4646
The "dev" branch is likely to be unstable. Potential consequences include loss of data and instance corruption.

0 commit comments

Comments
 (0)