Revise and update additional sections (#1330)

* Revise and update Automation

* Helpers updates

* Android updates

* Fix link typo

* Rectify wording

* Update to macOS

* Update securing text

* Update updating

* Update basic info

* Further basic updates
This commit is contained in:
yasin 2016-10-27 15:04:41 +01:00 committed by Fabian Affolter
parent 561e198e52
commit a01d73b732
7 changed files with 37 additions and 40 deletions

View file

@ -18,18 +18,18 @@ $ pip3 install --upgrade homeassistant
Different installation methods as [HASSbian](/getting-started/installation-raspberry-pi-image/#update-home-assistant-on-hassbian), [Raspberry Pi All-In-One Installer](/getting-started/installation-raspberry-pi-all-in-one/#upgrading), [Vagrant](/getting-started/installation-vagrant/), or [Virtualenv](/getting-started/installation-virtualenv/#upgrading-home-assistant) may have an alternative way for updating Home Assistant.
After updating, restart Home Assistant for the changes to take effect. This means that you have to restart `hass` itself or the [autostarting](/getting-started/autostart/) daemon if you use any.
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](/getting-started/autostart/) daemon (if applicable)
<p class='note note'>
The upgrade needs to be run as the same user as the installation was done to avoid permission errors.
To avoid permission errors, the upgrade must be run as the same user as the installation was completed.
</p>
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.
#### {% linkable_title Run a specific version %}
It can happen that a version doesn't play well with your hardware setup. If that's the case you can downgrade to a previous release.
In the event that a Home Assistant version doesn't play well with your hardware setup, you can downgrade to a previous release:
```bash
$ pip3 install homeassistant==0.XX.X
@ -37,10 +37,10 @@ $ pip3 install homeassistant==0.XX.X
#### {% linkable_title Run the development version %}
If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch.
If you want to stay on the bleeding-edge Home Assistant development branch, you can upgrade to `dev`.
<p class='note warning'>
This can result in an unstable system, loss of data, etc. etc.
The "dev" branch is likely to be unstable. Potential consequences include loss of data and instance corruption.
</p>
```bash