From b70c87867f87e77084c2d56205b6adaed17e0ac2 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sun, 29 Jul 2018 05:50:41 -0400 Subject: [PATCH] Pi naming convention (#5820) * Pi naming convention Following the https://www.raspberrypi.org/products/ 1. Removed the Pi / Zero from the name to follow how raspberrypi.org 2. Raspberry Pi 2 Model B 3. Raspberry Pi 3 Model B and B+. Added the B+ to clarify and avoid confusion since the hassio did not supported. Maybe just use 3B and 3B+. * :pencil2: Added Raspberry Pi 1 Model B --- source/hassio/installation.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 188f037cc07..08b9c371a53 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -12,11 +12,12 @@ footer: true Hass.io images are available for: - Download the appropriate image for your device: - - [Raspberry Pi / Zero][pi1] + - [Raspberry Pi Zero][pi1] - [Raspberry Pi Zero W][pi0-w] - - [Raspberry Pi 2][pi2] - - [Raspberry Pi 3 32bit][pi3-32] (recommended) - - [Raspberry Pi 3 64bit][pi3-64] + - [Raspberry Pi 1 Model B][pi1] + - [Raspberry Pi 2 Model B][pi2] + - [Raspberry Pi 3 Model B and B+ 32bit][pi3-32] (recommended) + - [Raspberry Pi 3 Model B and B+ 64bit][pi3-64] - As [Virtual Appliance]: - [VMDK][vmdk]