Review/Edit: Hass.io (#3190)

Documentation fixes (spelling, grammar, and punctuations) to the 'Hass.io' section of the website.
This commit is contained in:
Franck Nijhof 2017-08-16 21:31:51 +02:00 committed by Fabian Affolter
parent 9324e70cad
commit 9501883a22
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
6 changed files with 11 additions and 10 deletions

View file

@ -21,11 +21,12 @@ If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `co
dtoverlay=pi3-miniuart-bt
```
For very special device, the `/dev/ttyAMA0` will not detect by udev and not mapped with docker. So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
For some exceptional devices, the `/dev/ttyAMA0` will not be detected by udev and are therefor not mapped with docker.
So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
```bash
$ curl -d '{"devices": ["ttyAMA0"]}' http://172.17.0.2/homeassistant/options
```
After that you need change `usb_path` to `/dev/ttyAMA0`.
After that, you need change `usb_path` to `/dev/ttyAMA0`.
### HUSBZB-1:
```yaml