From c947b4ebefd0176d1a1c28b03a4530c84f8d949a Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 28 Jul 2018 10:26:39 +0100 Subject: [PATCH 1/5] Added SD card size guide --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 8ed823cf559..00e6b3358c2 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -24,7 +24,7 @@ Hass.io images are available for: Please remember to ensure you're using an [appropriate power supply](https://www.raspberrypi.org/help/faqs/#powerReqs) with your Pi. Mobile chargers may not be suitable since some were only designed to provide just enough power to the device it was designed for by the manufacturer.

-- Flash the downloaded image to an SD card using [Etcher]. +- Flash the downloaded image to an SD card using [Etcher]. We recommend at least a 16 GB SD card, and if you intend on using more than a few add-ons then at least 32 GB. - Optional - Setup the WiFi or static IP: On a USB stick, create the `network/my-network` file and follow the [HassOS howto][hassos-network]. - Insert the SD card (and optional USB stick) into the Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform). From e5ca3df66e7c078fe26a692748ef0244a1698354 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 28 Jul 2018 11:23:26 +0100 Subject: [PATCH 2/5] Update installation.markdown --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 00e6b3358c2..e51899f529b 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -24,7 +24,7 @@ Hass.io images are available for: Please remember to ensure you're using an [appropriate power supply](https://www.raspberrypi.org/help/faqs/#powerReqs) with your Pi. Mobile chargers may not be suitable since some were only designed to provide just enough power to the device it was designed for by the manufacturer.

-- Flash the downloaded image to an SD card using [Etcher]. We recommend at least a 16 GB SD card, and if you intend on using more than a few add-ons then at least 32 GB. +- Flash the downloaded image to an SD card using [Etcher] - we recommend at least a 32 GB SD card. - Optional - Setup the WiFi or static IP: On a USB stick, create the `network/my-network` file and follow the [HassOS howto][hassos-network]. - Insert the SD card (and optional USB stick) into the Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform). From d02d6b2452b5285d96e236c102958f7c363695d2 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 28 Jul 2018 11:28:19 +0100 Subject: [PATCH 3/5] Layout tweaks --- source/hassio/installation.markdown | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index e51899f529b..12a9ae7fe5b 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -24,7 +24,7 @@ Hass.io images are available for: Please remember to ensure you're using an [appropriate power supply](https://www.raspberrypi.org/help/faqs/#powerReqs) with your Pi. Mobile chargers may not be suitable since some were only designed to provide just enough power to the device it was designed for by the manufacturer.

-- Flash the downloaded image to an SD card using [Etcher] - we recommend at least a 32 GB SD card. +- Flash the downloaded image to an SD card using [Etcher][etcher] - we recommend at least a 32 GB SD card. - Optional - Setup the WiFi or static IP: On a USB stick, create the `network/my-network` file and follow the [HassOS howto][hassos-network]. - Insert the SD card (and optional USB stick) into the Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform). @@ -38,9 +38,9 @@ Please remember to ensure you're using an [appropriate power supply](https://www If your router doesn't support mDNS, then you'll have to use the IP address of your Pi instead of `hassio.local`. For example, `http://192.168.0.9:8123`. You should be able to find the IP address of your Pi from the admin interface of your router.

-

+### {% linkable_title Migrating from a non-Hass.io install %} + If you copy over your existing Home Assistant configuration, make sure to enable the Hass.io panel by adding either `discovery:` or `hassio:` to your configuration. -

## {% linkable_title Alternative: install on generic Linux server %} @@ -65,13 +65,11 @@ To perform the Hass.io installation, run the following command as root: $ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s ``` -

When you use this installation method, the core SSH add-on may not function correctly. If that happens, use the community SSH add-on. Some of the documentation might not work for your installation either. -

A detailed guide about running Hass.io as a virtual machine is available in the [blog](/blog/2017/11/29/hassio-virtual-machine/). -[Etcher]: https://etcher.io/ +[etcher]: https://etcher.io/ [Virtual Appliance]: https://github.com/home-assistant/hassos/blob/dev/Documentation/boards/ova.md [hassos-network]: https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md [pi0-w]: https://github.com/home-assistant/hassos/releases/download/1.7/hassos_rpi0-w-1.7.img.gz From 8bfeacdad733cd2c5decc0cacca3e900839c6952 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 28 Jul 2018 11:57:42 +0100 Subject: [PATCH 4/5] Update installation.markdown --- source/hassio/installation.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 12a9ae7fe5b..53af1361451 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -65,7 +65,9 @@ To perform the Hass.io installation, run the following command as root: $ curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s ``` +

When you use this installation method, the core SSH add-on may not function correctly. If that happens, use the community SSH add-on. Some of the documentation might not work for your installation either. +

A detailed guide about running Hass.io as a virtual machine is available in the [blog](/blog/2017/11/29/hassio-virtual-machine/). From ed75b7b277ba71c554c587ae52c8216cabea91b8 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 28 Jul 2018 12:53:13 +0100 Subject: [PATCH 5/5] Update installation.markdown --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 53af1361451..188f037cc07 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -24,7 +24,7 @@ Hass.io images are available for: Please remember to ensure you're using an [appropriate power supply](https://www.raspberrypi.org/help/faqs/#powerReqs) with your Pi. Mobile chargers may not be suitable since some were only designed to provide just enough power to the device it was designed for by the manufacturer.

-- Flash the downloaded image to an SD card using [Etcher][etcher] - we recommend at least a 32 GB SD card. +- Flash the downloaded image to an SD card using [Etcher][etcher]. We recommend at least a 32 GB SD card to avoid running out of space. - Optional - Setup the WiFi or static IP: On a USB stick, create the `network/my-network` file and follow the [HassOS howto][hassos-network]. - Insert the SD card (and optional USB stick) into the Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).