Added Linode integration [closes ]

This commit is contained in:
Fabio Manganiello 2020-03-09 21:34:06 +01:00
parent 096f84c865
commit c26d456109
19 changed files with 365 additions and 7 deletions

View file

@ -29,6 +29,7 @@ Backends
platypush/backend/joystick.rst
platypush/backend/kafka.rst
platypush/backend/light.hue.rst
platypush/backend/linode.rst
platypush/backend/local.rst
platypush/backend/midi.rst
platypush/backend/mqtt.rst

View file

@ -245,6 +245,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'pvporcupine ',
'pvcheetah',
'pyotp',
'linode_api4',
]
sys.path.insert(0, os.path.abspath('../..'))

View file

@ -29,6 +29,7 @@ Events
platypush/events/joystick.rst
platypush/events/kafka.rst
platypush/events/light.rst
platypush/events/linode.rst
platypush/events/media.rst
platypush/events/midi.rst
platypush/events/mqtt.rst

View file

@ -0,0 +1,5 @@
``platypush.backend.linode``
============================
.. automodule:: platypush.backend.linode
:members:

View file

@ -0,0 +1,5 @@
``platypush.message.event.linode``
==================================
.. automodule:: platypush.message.event.linode
:members:

View file

@ -0,0 +1,5 @@
``platypush.plugins.linode``
============================
.. automodule:: platypush.plugins.linode
:members:

View file

@ -0,0 +1,5 @@
``platypush.message.response.linode``
=====================================
.. automodule:: platypush.message.response.linode
:members:

View file

@ -61,6 +61,7 @@ Plugins
platypush/plugins/lastfm.rst
platypush/plugins/light.rst
platypush/plugins/light.hue.rst
platypush/plugins/linode.rst
platypush/plugins/logger.rst
platypush/plugins/media.rst
platypush/plugins/media.chromecast.rst

View file

@ -11,6 +11,7 @@ Responses
platypush/responses/camera.android.rst
platypush/responses/chat.telegram.rst
platypush/responses/google.drive.rst
platypush/responses/linode.rst
platypush/responses/pihole.rst
platypush/responses/ping.rst
platypush/responses/printer.cups.rst