From cefdcc9d854c4a1d0b0916a6ed9a679cd4031f67 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:03:21 +0200 Subject: [PATCH] Raspberri Pi installation: re-add links to HA image (#34265) --- source/installation/raspberrypi.markdown | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index e2662752bbb..0fdff0ec502 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -25,9 +25,9 @@ Remember to ensure you're using an [appropriate power supply](https://www.raspbe ## Install Home Assistant Operating System -This guide shows how to install the Home Assistant Operating system onto your Raspberry Pi using Raspberry Pi Imager. +This guide shows how to install the {% term "Home Assistant Operating System" %} onto your Raspberry Pi using Raspberry Pi Imager. -If Raspberry Pi Imager is not supported by your platform, you can use Balena Etcher instead. +If Raspberry Pi Imager is not supported by your platform, you can [download the Home Assistant image](#downloading-the-home-assistant-image) and use another imaging tool. ### Write the image to your SD card @@ -73,6 +73,25 @@ If you are running an older Windows version or have a stricter network configura Congratulations! You finished the Raspberry Pi setup! +### Downloading the Home Assistant image + +If Raspberry Pi Imager is not supported by your platform, you can download the Home Assistant image and use another imaging tool, such as Balena Etcher. + +To download the image to your computer, copy the correct URL for the Raspberry Pi 3, 4 or 5 (Note: there are 3 different links below!): + +{% tabbed_block %} +{% for variant in site.installation.types[page.installation_type].variants %} + +- title: {{ variant.name }} + content: | + + ```text + https://github.com/home-assistant/operating-system/releases/download/{{site.data.version_data.hassos[variant.key]}}/haos_{{ variant.key }}-{{site.data.version_data.hassos[variant.key]}}.img.xz + ``` + +{% endfor %} +{% endtabbed_block %} + {% include installation_survey.html %} With the Home Assistant Operating System installed and accessible, you can now continue with onboarding.