diff --git a/docs/source/platypush/plugins/sound.rst b/docs/source/platypush/plugins/sound.rst new file mode 100644 index 00000000..70e1b107 --- /dev/null +++ b/docs/source/platypush/plugins/sound.rst @@ -0,0 +1,6 @@ +``platypush.plugins.sound`` +========================== + +.. automodule:: platypush.plugins.sound + :members: + diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 12507764..dc79c893 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -39,6 +39,7 @@ Plugins platypush/plugins/redis.rst platypush/plugins/serial.rst platypush/plugins/shell.rst + platypush/plugins/sound.rst platypush/plugins/switch.rst platypush/plugins/switch.switchbot.rst platypush/plugins/switch.tplink.rst