forked from platypush/platypush
Added Z-Wave integration (closes #76)
This commit is contained in:
parent
8d203723da
commit
02246a48ae
7 changed files with 1412 additions and 11 deletions
4
setup.py
4
setup.py
|
@ -279,5 +279,9 @@ setup(
|
|||
'sys': ['py-cpuinfo', 'psutil'],
|
||||
# Support for nmap integration
|
||||
'nmap': ['python-nmap'],
|
||||
# Support for zigbee2mqtt
|
||||
'zigbee': ['paho-mqtt'],
|
||||
# Support for Z-Wave
|
||||
'zwave': ['python-openzwave'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue