mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-21 09:36:48 +00:00
Beta version: rephrase (#32926)
This commit is contained in:
parent
d3ee3a6435
commit
1f32a3696b
@ -9,28 +9,28 @@ If you would like to test next release before anyone else, you can install the b
|
|||||||
- title: From the UI
|
- title: From the UI
|
||||||
content: |
|
content: |
|
||||||
|
|
||||||
1. In your Home Assistant UI navigate to {% my updates title="System > Updates" %}
|
1. In your Home Assistant UI navigate to {% my updates title="System > Updates" %}.
|
||||||
2. Click the overflow menu in the top right corner
|
2. Select the overflow menu in the top right corner.
|
||||||
3. Click "Join beta"
|
3. Click "Join beta"
|
||||||
4. Navigate to Configuration panel
|
4. Navigate to Configuration panel.
|
||||||
5. Install the update that is presented to you
|
5. Install the update that is presented to you.
|
||||||
|
|
||||||
- title: From the CLI
|
- title: From the CLI
|
||||||
content: |
|
content: |
|
||||||
|
|
||||||
1. Join the beta channel
|
1. Join the beta channel.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha supervisor options --channel beta
|
ha supervisor options --channel beta
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Reload the supervisor
|
2. Reload the supervisor.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha supervisor reload
|
ha supervisor reload
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Update Home Assistant core to the latest beta version
|
3. Update Home Assistant core to the latest beta version.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha core update --backup
|
ha core update --backup
|
||||||
@ -52,24 +52,24 @@ docker pull {{ site.installation.container }}:beta
|
|||||||
|
|
||||||
1. Stop the Home Assistant service.
|
1. Stop the Home Assistant service.
|
||||||
|
|
||||||
2. Switch to the user that is running Home Assistant
|
2. Switch to the user that is running Home Assistant.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo -u homeassistant -H -s
|
sudo -u homeassistant -H -s
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Activate the virtual environment that Home Assistant is running in
|
3. Activate the virtual environment that Home Assistant is running in.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source /srv/homeassistant/bin/activate
|
source /srv/homeassistant/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Download and install the beta version
|
4. Download and install the beta version.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install --pre --upgrade homeassistant
|
pip3 install --pre --upgrade homeassistant
|
||||||
```
|
```
|
||||||
|
|
||||||
5. When that is complete start the service again for it to use the new files.
|
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