diff --git a/_config.yml b/_config.yml index c98817fe1d2..82e8bc5b502 100644 --- a/_config.yml +++ b/_config.yml @@ -216,6 +216,8 @@ installation: board: Raspberry Pi installation_media: "SD card" variants: + - name: "Raspberry Pi 5" + key: "rpi5-64" - name: "Raspberry Pi 4" key: "rpi4-64" - name: "Raspberry Pi 3" diff --git a/source/images/installation/rpi-ha.gif b/source/images/installation/rpi-ha.gif deleted file mode 100644 index 548a537b689..00000000000 Binary files a/source/images/installation/rpi-ha.gif and /dev/null differ diff --git a/source/images/installation/rpi-ha.webp b/source/images/installation/rpi-ha.webp new file mode 100644 index 00000000000..e68928ac3e4 Binary files /dev/null and b/source/images/installation/rpi-ha.webp differ diff --git a/source/images/installation/rpi_choose_next.png b/source/images/installation/rpi_choose_next.png index ecc0b3bc342..f443d9a2d51 100644 Binary files a/source/images/installation/rpi_choose_next.png and b/source/images/installation/rpi_choose_next.png differ diff --git a/source/images/installation/rpi_imager_start.png b/source/images/installation/rpi_imager_start.png index faab3df1bce..1f0dca7f0d4 100644 Binary files a/source/images/installation/rpi_imager_start.png and b/source/images/installation/rpi_imager_start.png differ diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index 36bcbb48ddc..acfdfa76f7d 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -4,7 +4,7 @@ description: "Install Home Assistant on a Raspberry Pi" installation_type: raspberrypi --- {% comment %} -Included sections for this page is located under source/_includes/installation +Included section for this page is located under source/_includes/installation {% endcomment %} {% assign board = "Raspberry Pi" %} @@ -23,6 +23,7 @@ Before installing Home Assistant, you might want to homeassistant:8123 or `http://X.X.X.X:8123` (replace X.X.X.X with your Raspberry Pi’s IP address). -- The time it takes for this page to become available depends on your hardware. On a Raspberry Pi 4, this page should be available within a minute. - - If it does not show up after 5 minutes on a Pi 4, maybe the image was not written properly. +- The time it takes for this page to become available depends on your hardware. On a Raspberry Pi 4 or 5, this page should be available within a minute. + - If it does not show up after 5 minutes on a Pi 4 or 5, maybe the image was not written properly. - Try to flash the SD card again, possibly even try a different SD card. - If this did not help, view the console output on the Raspberry Pi. - To do this, connect a monitor via HDMI.