Markdown fixes

This commit is contained in:
Paulus Schoutsen 2015-10-28 23:00:29 -07:00
parent 08d65ba714
commit 47eae9077e
52 changed files with 247 additions and 406 deletions

View file

@ -19,9 +19,9 @@ To allow Home Assistant to talk to your Z-Wave USB stick you will have to compil
Please make sure you have the correct dependencies installed:
```
apt-get install cython3 libudev-dev python-sphinx python3-setuptools
pip3 install "cython<0.23"
```bash
$ apt-get install cython3 libudev-dev python-sphinx python3-setuptools
$ pip3 install "cython<0.23"
```
As an alternative, the Home Assistant docker image has support for Z-Wave built-in.
@ -36,6 +36,8 @@ Configuration variables:
- **usb_path** (*Required*): The port where your device is connected to your Home Assistant host.
To find the path of your Z-Wave stick, run:
```bash
ls /dev/ttyUSB*
$ ls /dev/ttyUSB*
```