forked from platypush/platypush
Added SmartThings plugin [#148]
This commit is contained in:
parent
210cefc1a4
commit
4ada1c663d
25 changed files with 628 additions and 41 deletions
2
setup.py
2
setup.py
|
@ -245,5 +245,7 @@ setup(
|
|||
'gstreamer': ['gst-python'],
|
||||
# Support for VLC integration
|
||||
'vlc': ['python-vlc'],
|
||||
# Support for SmartThings integration
|
||||
'smartthings': ['pysmartthings', 'aiohttp'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue