Added SmartThings plugin []

This commit is contained in:
Fabio Manganiello 2021-03-05 02:23:28 +01:00
parent 210cefc1a4
commit 4ada1c663d
25 changed files with 628 additions and 41 deletions

View file

@ -245,5 +245,7 @@ setup(
'gstreamer': ['gst-python'],
# Support for VLC integration
'vlc': ['python-vlc'],
# Support for SmartThings integration
'smartthings': ['pysmartthings', 'aiohttp'],
},
)