Skip to content

Commit 0c028bc

Browse files
authored
Merge pull request home-assistant#862 from technicalpickles/zwave-macos
Document macOS zwave device path
2 parents 20d259d + 2f0b1e4 commit 0c028bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/getting-started/z-wave.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Or, on some other systems (such as Raspberry Pi), use:
8686
$ ls /dev/ttyACM*
8787
```
8888

89+
Or, on macOS, use:
90+
91+
```bash
92+
$ ls /dev/cu.usbmodem*
93+
```
94+
8995
<p class='note'>
9096
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
9197
</p>

0 commit comments

Comments
 (0)