mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Beta version: rephrase to see what the rabbit learned (#32928)
* Beta version: rephrase to see what the rabbit learned * Update source/_includes/common-tasks/beta_version.md * Update source/_includes/common-tasks/beta_version.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_includes/common-tasks/beta_version.md * Update source/_includes/common-tasks/beta_version.md * Update source/_includes/common-tasks/beta_version.md * Apply suggestions from code review * Tweaks * Fix typo * fix syntax format * Fix indentation * Remove termrefs. They don't work in tabbed block --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b14c7b07f
commit
080731398d
@ -9,11 +9,11 @@ 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 Home Assistant, go to {% my updates title="**System** > **Updates**" %}.
|
||||||
2. Select the overflow menu in the top right corner.
|
2. In the top-right corner, select the three-dots menu.
|
||||||
3. Click "Join beta"
|
3. Select **Join beta**.
|
||||||
4. Navigate to Configuration panel.
|
4. Go to the {% my configuration title="**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: |
|
||||||
@ -24,19 +24,19 @@ If you would like to test next release before anyone else, you can install the b
|
|||||||
ha supervisor options --channel beta
|
ha supervisor options --channel beta
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Reload the supervisor.
|
2. Reload Home Assistant 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
|
||||||
```
|
```
|
||||||
|
|
||||||
_The_ `--backup` _flag here ensures that you have a partial backup of your current setup incase you need to downgrade._
|
_The_ `--backup` _flag here ensures that you have a partial backup of your current setup in case you need to downgrade._
|
||||||
|
|
||||||
{% endtabbed_block %}
|
{% endtabbed_block %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user