mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add ZWave config
This commit is contained in:
parent
07e553dd0b
commit
5d22fadf4c
@ -32,11 +32,13 @@ $ pip3 install "cython<0.23"
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
zwave:
|
zwave:
|
||||||
usb_path: /dev/ttyUSB0
|
usb_path: /dev/ttyUSB0
|
||||||
|
config_path: /usr/local/share/python-openzwave/config
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **usb_path** (*Required*): The port where your device is connected to your Home Assistant host.
|
- **usb_path** (*Required*): The port where your device is connected to your Home Assistant host.
|
||||||
|
- **config_path** (*Optional*): The path to the Python Open Z-Wave configuration files.
|
||||||
|
|
||||||
To find the path of your Z-Wave stick, run:
|
To find the path of your Z-Wave stick, run:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user