mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Move updates to one place and add note about user
This commit is contained in:
parent
645deec7e9
commit
6e4e6d1c99
@ -69,11 +69,4 @@ Android Chrome
|
|||||||
chrome -> settings -> site settings -> storage -> search for your URL for home assistant-> "clear & reset"
|
chrome -> settings -> site settings -> storage -> search for your URL for home assistant-> "clear & reset"
|
||||||
|
|
||||||
|
|
||||||
#### {% 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. This can result in an unstable system, loss of data, etc. etc.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev
|
|
||||||
```
|
|
||||||
|
|
||||||
### [« Back to Getting Started](/getting-started/)
|
### [« Back to Getting Started](/getting-started/)
|
||||||
|
@ -18,3 +18,18 @@ $ pip3 install --upgrade homeassistant
|
|||||||
|
|
||||||
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, 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.
|
||||||
|
|
||||||
|
|
||||||
|
<p class='note note'>
|
||||||
|
The upgrade needs to be run as the same user as the installation was done to avoid permission errors.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
#### {% 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.
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
This can result in an unstable system, loss of data, etc. etc.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user