Review/Edit: Hass.io (#3190)
Documentation fixes (spelling, grammar, and punctuations) to the 'Hass.io' section of the website.
This commit is contained in:
parent
9324e70cad
commit
9501883a22
6 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue