mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update zwave.markdown
This commit is contained in:
parent
b077babd73
commit
aea77829fd
@ -21,7 +21,12 @@ If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `co
|
||||
dtoverlay=pi3-miniuart-bt
|
||||
```
|
||||
|
||||
HUSBZB-1:
|
||||
For very special device, the `/dev/ttyAMA0` will not by udev and not mapped to docker. So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
|
||||
```bash
|
||||
$ curl -d '{"devices": "/dev/ttyAMA0"}' http://172.17.0.2/homeassistant/options
|
||||
```
|
||||
|
||||
### HUSBZB-1:
|
||||
```yaml
|
||||
zwave:
|
||||
usb_path: /dev/ttyUSB0
|
||||
|
Loading…
x
Reference in New Issue
Block a user