Skip to content

Commit 23f9641

Browse files
cogneatofabaff
authored andcommitted
typo / grammar fixes for zwave (home-assistant#3717)
1 parent 433b884 commit 23f9641

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/hassio/zwave.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ zwave:
1616
usb_path: /dev/ttyACM0
1717
```
1818
19-
If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `config.txt`:
19+
If you need GPIO on raspberry-pi3 for your Z-Wave module, add the following line into `config.txt`:
2020
```
2121
dtoverlay=pi3-miniuart-bt
2222
```
2323
24-
For some exceptional devices, the `/dev/ttyAMA0` will not be detected by udev and are therefor not mapped with docker.
25-
So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
24+
For some devices the `/dev/ttyAMA0` device is not detected by udev and is therefore not mapped by Docker. To explicitly set this device for mapping to Home-Assistant, execute the following command using the ssh add-on:
2625
```bash
2726
$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
2827
```
29-
After that, you need change `usb_path` to `/dev/ttyAMA0`.
28+
After that, you need to change `usb_path` to `/dev/ttyAMA0`.
3029

3130
### HUSBZB-1:
3231
```yaml

0 commit comments

Comments
 (0)