From a92994383d4c2b7a6b493d674e786d56ae875d81 Mon Sep 17 00:00:00 2001 From: mcfrojd Date: Fri, 16 Mar 2018 15:05:27 +0100 Subject: [PATCH 1/2] Raspberry Pi 3 B+ note Added note that Raspberry Pi 3 B+ is not yet supported --- source/getting-started/index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 429c6b4cb8ad..d43f1c0c153e 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -24,12 +24,12 @@ We will need a few things to get started with installing Home Assistant. Links b ### {% linkable_title Software requirements %} -- Download [Hass.io image for Raspberry Pi 3][pi3] +- Download [Hass.io image for Raspberry Pi 3][pi3]

(It's not working with 3B+ yet)

- Download [Etcher] to write the image to an SD card - Text Editor like [Visual Studio Code](https://code.visualstudio.com/) [Etcher]: https://etcher.io/ -[pi3]: https://github.com/home-assistant/hassio-build/releases/download/1.1/resinos-hassio-1.1-raspberrypi3.img.bz2 +[pi3]: https://github.com/home-assistant/hassio-build/releases/download/1.3/resinos-hassio-1.3-raspberrypi3.img.bz2 ### {% linkable_title Installing Hass.io %} From 25b2ff2bd3e0d01046bdcc964764a3a565dcbc15 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Mar 2018 15:43:53 +0100 Subject: [PATCH 2/2] :pencil2: Improves the warning message --- source/getting-started/index.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index d43f1c0c153e..36cc853d35ce 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -22,9 +22,13 @@ We will need a few things to get started with installing Home Assistant. Links b - 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 too) +

+ The recently released Raspberry Pi 3 model B+ is not yet supported. +

+ ### {% linkable_title Software requirements %} -- Download [Hass.io image for Raspberry Pi 3][pi3]

(It's not working with 3B+ yet)

+- Download [Hass.io image for Raspberry Pi 3][pi3] - Download [Etcher] to write the image to an SD card - Text Editor like [Visual Studio Code](https://code.visualstudio.com/)