Skip to content

contributes to #1055 updates related to Hassbian Image install #1189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
2 changes: 1 addition & 1 deletion source/getting-started/z-wave.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down