From 74d9ca828b3921a1d6bf81378e0c9c73802e0728 Mon Sep 17 00:00:00 2001 From: Justin Bull Date: Mon, 14 Apr 2025 03:13:00 -0400 Subject: [PATCH] State Raspberry Pi 3 B is insufficient (#38518) * State Raspberry Pi 3 B is insufficient * Remove Pi 3 from Tools Required * grammar: nor --- source/installation/index.html | 2 +- source/installation/raspberrypi.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/installation/index.html b/source/installation/index.html index 5881fd977ca..95769e0c943 100644 --- a/source/installation/index.html +++ b/source/installation/index.html @@ -95,7 +95,7 @@ toc: true
TOOLS REQUIRED diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index 51408e31c81..e40211aa7b2 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -14,7 +14,7 @@ Included section for this page is located under source/_includes/installation We will need a few things to get started with installing Home Assistant. -- [Raspberry Pi 5](https://amzn.to/3UH6TcD) or [Raspberry Pi 4](https://amzn.to/2S0Gcl1) with [power supply](https://amzn.to/2ReZ2Vq) (Raspberry Pi 3 Model B is ok to get started, but the Model A does not have enough RAM). +- [Raspberry Pi 5](https://amzn.to/3UH6TcD) or [Raspberry Pi 4](https://amzn.to/2S0Gcl1) with [power supply](https://amzn.to/2ReZ2Vq) (neither the Raspberry Pi 3 Model A nor Model B have enough RAM to be stable). - [Micro SD Card](https://amzn.to/2X0Z2di). - Ideally get one that is [Application Class 2](https://www.sdcard.org/developers/overview/application/index.html). Check for the label **A2** on the card. Application Class 2 cards perform better especially on small read and write operations and are better suited to host applications. - Make sure to use a card that provides at least 32 GB.