forked from platypush/platypush
Extended number of supported events and data fields in Bluetooth integration.
This commit is contained in:
parent
7adae272a4
commit
613e32e7c1
7 changed files with 301 additions and 177 deletions
4
setup.py
4
setup.py
|
@ -173,9 +173,11 @@ setup(
|
|||
],
|
||||
# Support for Alexa/Echo plugin
|
||||
'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'],
|
||||
# Support for bluetooth devices
|
||||
# Support for Bluetooth devices
|
||||
'bluetooth': [
|
||||
'bleak',
|
||||
'bluetooth-numbers',
|
||||
'pybluez',
|
||||
'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master',
|
||||
],
|
||||
# Support for TP-Link devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue