diff --git a/source/getting-started/installation-raspberry-pi-image.markdown b/source/getting-started/installation-raspberry-pi-image.markdown index bddb055e69d9..5b0fec8bdbbf 100644 --- a/source/getting-started/installation-raspberry-pi-image.markdown +++ b/source/getting-started/installation-raspberry-pi-image.markdown @@ -33,10 +33,14 @@ 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 %} - - 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 %} 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.