mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Running a dev version: remove Core and Supervised specific steps (#39236)
This commit is contained in:
parent
a545e263bf
commit
2d2da41558
@ -8,7 +8,7 @@ The `dev` branch is likely to be unstable. Potential consequences include loss o
|
|||||||
|
|
||||||
{% if page.installation == "os" %}
|
{% if page.installation == "os" %}
|
||||||
|
|
||||||
1. Join the dev channel
|
1. Join the dev channel.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha supervisor options --channel dev
|
ha supervisor options --channel dev
|
||||||
@ -36,28 +36,4 @@ docker pull {{ site.installation.container }}:dev
|
|||||||
|
|
||||||
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
**[You then need to recreate the container with the new image.](/installation/linux#install-home-assistant-container)**
|
||||||
|
|
||||||
{% elsif page.installation == "core" %}
|
|
||||||
|
|
||||||
1. Stop the Home Assistant service.
|
|
||||||
|
|
||||||
2. Switch to the user that is running Home Assistant.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo -u homeassistant -H -s
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Activate the virtual environment that Home Assistant is running in.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
source /srv/homeassistant/bin/activate
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Download and install the version you want.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pip3 install --upgrade git+https://github.com/home-assistant/core.git@dev
|
|
||||||
```
|
|
||||||
|
|
||||||
5. When that is complete, start the service again for it to use the new files.
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user