- Added weather.openweathermap plugin and backend, as a replacement for Darksky [closes ]

- Added note to the Darksky plugin about the decomissioning of the API by the end of the year
This commit is contained in:
Fabio Manganiello 2021-03-12 01:17:29 +01:00
commit 02f6845e72
148 changed files with 288 additions and 61 deletions

View file

@ -71,8 +71,10 @@ Backends
platypush/backend/todoist.rst
platypush/backend/travisci.rst
platypush/backend/trello.rst
platypush/backend/weather.rst
platypush/backend/weather.buienradar.rst
platypush/backend/weather.darksky.rst
platypush/backend/weather.openweathermap.rst
platypush/backend/websocket.rst
platypush/backend/wiimote.rst
platypush/backend/zigbee.mqtt.rst

View file

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

View file

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

View file

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

View file

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

View file

@ -138,8 +138,10 @@ Plugins
platypush/plugins/utils.rst
platypush/plugins/variable.rst
platypush/plugins/video.torrentcast.rst
platypush/plugins/weather.rst
platypush/plugins/weather.buienradar.rst
platypush/plugins/weather.darksky.rst
platypush/plugins/weather.openweathermap.rst
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst
platypush/plugins/zeroconf.rst