From d51bf351b140500e9d53f12aaf795f4a85e86811 Mon Sep 17 00:00:00 2001 From: Justin Bull Date: Mon, 14 Apr 2025 11:11:53 -0400 Subject: [PATCH 1/3] Remove Pi 3 from variants --- _config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config.yml b/_config.yml index 18a2cf1cfc78..cc2cecb36f21 100644 --- a/_config.yml +++ b/_config.yml @@ -248,8 +248,6 @@ installation: key: "rpi5-64" - name: "Raspberry Pi 4" key: "rpi4-64" - - name: "Raspberry Pi 3" - key: "rpi3-64" generic-x86-64: board: Generic x86-64 From 845380ee6795c199b732fe65522bad95c7e40750 Mon Sep 17 00:00:00 2001 From: Justin Bull Date: Mon, 14 Apr 2025 11:14:44 -0400 Subject: [PATCH 2/3] Don't mention Pi 3 in download links --- source/installation/raspberrypi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index e40211aa7b21..232e7292bb82 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -78,7 +78,7 @@ Congratulations! You finished the Raspberry Pi setup! 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!): +To download the image to your computer, copy the correct URL for the Raspberry Pi 4 or 5 (Note: there are two different links below!): {% tabbed_block %} {% for variant in site.installation.types[page.installation_type].variants %} From 74da520bd97c4da02149e238f04b721179cfaa2e Mon Sep 17 00:00:00 2001 From: Justin Bull Date: Mon, 14 Apr 2025 14:10:20 -0400 Subject: [PATCH 3/3] Empty commit to kick CI