forked from platypush/platypush
Added zigbee2mqtt integration (see #76)
This commit is contained in:
parent
976c4c4854
commit
8255f9af28
15 changed files with 1049 additions and 161 deletions
docs/source
|
|
@ -7,6 +7,7 @@ Backends
|
|||
:caption: Backends:
|
||||
|
||||
platypush/backend/adafruit.io.rst
|
||||
platypush/backend/assistant.rst
|
||||
platypush/backend/assistant.google.rst
|
||||
platypush/backend/assistant.snowboy.rst
|
||||
platypush/backend/bluetooth.rst
|
||||
|
|
@ -59,3 +60,4 @@ Backends
|
|||
platypush/backend/weather.darksky.rst
|
||||
platypush/backend/websocket.rst
|
||||
platypush/backend/wiimote.rst
|
||||
platypush/backend/zigbee.mqtt.rst
|
||||
|
|
|
|||
|
|
@ -54,3 +54,4 @@ Events
|
|||
platypush/events/web.widget.rst
|
||||
platypush/events/wiimote.rst
|
||||
platypush/events/zeroborg.rst
|
||||
platypush/events/zigbee.mqtt.rst
|
||||
|
|
|
|||
5
docs/source/platypush/backend/assistant.rst
Normal file
5
docs/source/platypush/backend/assistant.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.assistant``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.backend.assistant
|
||||
:members:
|
||||
5
docs/source/platypush/backend/zigbee.mqtt.rst
Normal file
5
docs/source/platypush/backend/zigbee.mqtt.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.zigbee.mqtt``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.backend.zigbee.mqtt
|
||||
:members:
|
||||
5
docs/source/platypush/events/zigbee.mqtt.rst
Normal file
5
docs/source/platypush/events/zigbee.mqtt.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.zigbee.mqtt``
|
||||
=======================================
|
||||
|
||||
.. automodule:: platypush.message.event.zigbee.mqtt
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/zigbee.mqtt.rst
Normal file
5
docs/source/platypush/plugins/zigbee.mqtt.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.zigbee.mqtt``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.plugins.zigbee.mqtt
|
||||
:members:
|
||||
|
|
@ -110,3 +110,4 @@ Plugins
|
|||
platypush/plugins/weather.darksky.rst
|
||||
platypush/plugins/websocket.rst
|
||||
platypush/plugins/wiimote.rst
|
||||
platypush/plugins/zigbee.mqtt.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue