From 92301d052e63810eebcaf9ff9188f7ec77e289f3 Mon Sep 17 00:00:00 2001 From: Jan Olbrecht <43749346+olbjan@users.noreply.github.com> Date: Sat, 22 Jun 2019 21:38:36 +0200 Subject: [PATCH] Change SD card recommendation (#9677) * Change SD card recommendation Change recommendation from Class 10 to A2. SD cards optimized for hosting applications have much better small I/O handling and a minimum IOPS performance. This makes a big difference to Home Assistant on Raspberry Pi. * Updated product link --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index fc4df08f71d..fb3a2b88daf 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -42,7 +42,7 @@ Follow this guide if you want to get started with Home Assistant easily, or if y We will need a few things to get started with installing Home Assistant. The latest Raspberry Pi model makes a good and affordable starting point for your home automation journey. Links below are linking to Amazon US. If you're not in the US, you should be able to find these items in web stores in your country. - [Raspberry Pi 3 Model B+](http://a.co/ak2SQor) + [Power Supply](https://www.raspberrypi.org/help/faqs/#powerReqs) (at least 2.5A) -- [Micro SD Card](http://a.co/gslOydD). Get one that is Class 10 as they are more reliable. Size 32 GB or bigger recommended. +- [Micro SD Card](http://amzn.com/B07G3GMRYF). Ideally get one that is [Application Class 2](https://www.sdcard.org/developers/overview/application/index.html) as they handle small I/O much more consistently than cards not optimized to host applications. Size 32 GB or bigger recommended. - SD Card reader. Part of most laptops, and also available as [standalone USB sticks](http://a.co/5FCyb0N) (the brand doesn't matter, just pick the cheapest) - Ethernet cable (optional, Hass.io can work with WiFi as well)