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:
c0ffeeca7 2024-05-24 15:31:54 +02:00 committed by GitHub
parent 0b14c7b07f
commit 080731398d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,11 @@ If you would like to test next release before anyone else, you can install the b
- title: From the UI
content: |
1. In your Home Assistant UI navigate to {% my updates title="System > Updates" %}.
2. Select the overflow menu in the top right corner.
3. Click "Join beta"
4. Navigate to Configuration panel.
5. Install the update that is presented to you.
1. In Home Assistant, go to {% my updates title="**System** > **Updates**" %}.
2. In the top-right corner, select the three-dots menu.
3. Select **Join beta**.
4. Go to the {% my configuration title="**Configuration**" %} panel.
5. Install the update that is presented to you.
- title: From the CLI
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
```
2. Reload the supervisor.
2. Reload Home Assistant Supervisor.
```bash
ha supervisor reload
```
3. Update Home Assistant core to the latest beta version.
3. Update Home Assistant Core to the latest beta version.
```bash
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 %}