forked from platypush/platypush
- Added weather.openweathermap plugin and backend, as a replacement for Darksky [closes #177]
- Added note to the Darksky plugin about the decomissioning of the API by the end of the year
This commit is contained in:
parent
40834f7ce5
commit
02f6845e72
148 changed files with 288 additions and 61 deletions
docs/source
|
|
@ -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
|
||||
|
|
|
|||
5
docs/source/platypush/backend/weather.openweathermap.rst
Normal file
5
docs/source/platypush/backend/weather.openweathermap.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.weather.openweathermap``
|
||||
============================================
|
||||
|
||||
.. automodule:: platypush.backend.weather.openweathermap
|
||||
:members:
|
||||
5
docs/source/platypush/backend/weather.rst
Normal file
5
docs/source/platypush/backend/weather.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.weather``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.backend.weather
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/weather.openweathermap.rst
Normal file
5
docs/source/platypush/plugins/weather.openweathermap.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.weather.openweathermap``
|
||||
============================================
|
||||
|
||||
.. automodule:: platypush.plugins.weather.openweathermap
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/weather.rst
Normal file
5
docs/source/platypush/plugins/weather.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.weather``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.plugins.weather
|
||||
:members:
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue