From 99edb7335418593e949bb6d270f8f11e9458343d Mon Sep 17 00:00:00 2001 From: instantchow Date: Thu, 6 Oct 2016 23:11:53 -0400 Subject: [PATCH 1/3] #1055 - hasbian guide, change hostname --- .../getting-started/installation-raspberry-pi-image.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/getting-started/installation-raspberry-pi-image.markdown b/source/getting-started/installation-raspberry-pi-image.markdown index bddb055e69d9..9b384f8570f5 100644 --- a/source/getting-started/installation-raspberry-pi-image.markdown +++ b/source/getting-started/installation-raspberry-pi-image.markdown @@ -33,6 +33,10 @@ Some extra tips: - Check out the list of [Raspberry Pi hardware specific components][pi-components]. - Z-Wave support can be installed by following the [Getting started instructions for Z-Wave](/getting-started/z-wave/). + - Change the hostname of your Pi + - run `sudo raspi-config` + - `9 Advanced Options` then `A2 Hostname`. + ### {% linkable_title Technical Details %} From f672be56927ec4beb10974288ca0605b76b39875 Mon Sep 17 00:00:00 2001 From: instantchow Date: Thu, 6 Oct 2016 23:20:24 -0400 Subject: [PATCH 2/3] updating ozw build, you need Git running thru a clean hassbian image install, no Git in it, and likely no Git in others, might as well specify installing it before calling a git clone --- source/getting-started/z-wave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index a02dd34e8507..921391063e59 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -20,7 +20,7 @@ To allow Home Assistant to talk to your Z-Wave USB stick you will have to compil Make sure you have the correct dependencies installed before running the script: ```bash -$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools +$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools git ``` Make sure you have at least version 0.23 of cython. From 2e8bfb142f28fe9d40bce75b067ea75e26221491 Mon Sep 17 00:00:00 2001 From: instantchow Date: Fri, 7 Oct 2016 19:30:14 -0400 Subject: [PATCH 3/3] typo for location of homeassistant --- source/getting-started/installation-raspberry-pi-image.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-raspberry-pi-image.markdown b/source/getting-started/installation-raspberry-pi-image.markdown index 9b384f8570f5..5b0fec8bdbbf 100644 --- a/source/getting-started/installation-raspberry-pi-image.markdown +++ b/source/getting-started/installation-raspberry-pi-image.markdown @@ -40,7 +40,7 @@ Some extra tips: ### {% linkable_title Technical Details %} - - Home Assistant is installed in a virtual Python environment at `src/homeassistant` + - Home Assistant is installed in a virtual Python environment at `/srv/homeassistant` - Home Assistant will be started as a service run by the user `homeassistant` {% comment %}