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
docs/source
|
|
@ -263,6 +263,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'RPi.GPIO',
|
||||
'RPLCD',
|
||||
'imapclient',
|
||||
'pysmartthings',
|
||||
'aiohttp',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
|
|||
5
docs/source/platypush/plugins/config.rst
Normal file
5
docs/source/platypush/plugins/config.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.config``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.config
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/smartthings.rst
Normal file
5
docs/source/platypush/plugins/smartthings.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.smartthings``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.plugins.smartthings
|
||||
:members:
|
||||
|
|
@ -27,6 +27,7 @@ Plugins
|
|||
platypush/plugins/camera.pi.rst
|
||||
platypush/plugins/chat.telegram.rst
|
||||
platypush/plugins/clipboard.rst
|
||||
platypush/plugins/config.rst
|
||||
platypush/plugins/covid19.rst
|
||||
platypush/plugins/csv.rst
|
||||
platypush/plugins/db.rst
|
||||
|
|
@ -110,6 +111,7 @@ Plugins
|
|||
platypush/plugins/sensor.rst
|
||||
platypush/plugins/serial.rst
|
||||
platypush/plugins/shell.rst
|
||||
platypush/plugins/smartthings.rst
|
||||
platypush/plugins/sound.rst
|
||||
platypush/plugins/ssh.rst
|
||||
platypush/plugins/stt.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue