mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 02:56:49 +00:00
1.6 KiB
1.6 KiB
Running a beta version
If you would like to test next release before anyone else, you can install the beta version.
{% if page.installation == "os" %}
{% tabbed_block %}
-
title: From the UI content: |
- In Home Assistant, go to {% my updates title="System > Updates" %}.
- In the top-right corner, select the three-dots menu.
- Select Join beta.
- Go to the {% my configuration title="Configuration" %} panel.
- Install the update that is presented to you.
- Troubleshooting: If you do not see that notification:
- In the top right corner, select the three dots {% icon "mdi:dots-vertical" %} menu and select Check for updates.
- Go to {% my updates title="System > Updates" %}.
- Select the update notification.
- Select the cogwheel {% icon "mdi:cog-outline" %}, then set Visible to active.
- Troubleshooting: If you do not see that notification:
-
title: From the CLI content: |
-
Join the beta channel.
ha supervisor options --channel beta
-
Reload Home Assistant Supervisor.
ha supervisor reload
-
Update Home Assistant Core to the latest beta version.
ha core update --backup
The
--backup
flag here ensures that you have a partial backup of your current setup in case you need to downgrade.
-
{% endtabbed_block %}
{% elsif page.installation == "container" %}
docker pull {{ site.installation.container }}:beta
You then need to recreate the container with the new image.
{% endif %}