Skip to content

Commit 1933f23

Browse files
authored
Update zwave.markdown
1 parent fb1abda commit 1933f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hassio/zwave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dtoverlay=pi3-miniuart-bt
2323
2424
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:
2525
```bash
26-
$ curl -d '{"devices": "/dev/ttyAMA0"}' http://172.17.0.2/homeassistant/options
26+
$ curl -d '{"devices": ["/dev/ttyAMA0"]}' http://172.17.0.2/homeassistant/options
2727
```
2828

2929
### HUSBZB-1:

0 commit comments

Comments
 (0)