diff --git a/docs/source/events.rst b/docs/source/events.rst index 13d3ed79d..ec048ba54 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -47,6 +47,7 @@ Events platypush/events/mqtt.rst platypush/events/music.rst platypush/events/music.snapcast.rst + platypush/events/music.tidal.rst platypush/events/nextcloud.rst platypush/events/nfc.rst platypush/events/ngrok.rst diff --git a/docs/source/platypush/events/music.tidal.rst b/docs/source/platypush/events/music.tidal.rst new file mode 100644 index 000000000..b249756fd --- /dev/null +++ b/docs/source/platypush/events/music.tidal.rst @@ -0,0 +1,5 @@ +``music.tidal`` +=============== + +.. automodule:: platypush.message.event.music.tidal + :members: diff --git a/docs/source/platypush/plugins/music.tidal.rst b/docs/source/platypush/plugins/music.tidal.rst new file mode 100644 index 000000000..af6ee8633 --- /dev/null +++ b/docs/source/platypush/plugins/music.tidal.rst @@ -0,0 +1,5 @@ +``music.tidal`` +=============== + +.. automodule:: platypush.plugins.music.tidal + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 41be8a471..436232a29 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -94,6 +94,7 @@ Plugins platypush/plugins/music.mpd.rst platypush/plugins/music.snapcast.rst platypush/plugins/music.spotify.rst + platypush/plugins/music.tidal.rst platypush/plugins/nextcloud.rst platypush/plugins/ngrok.rst platypush/plugins/nmap.rst