platypush/platypush/plugins/weather/openweathermap/manifest.json

12 lines
231 B
JSON

{
"manifest": {
"events": [
"platypush.message.event.weather.NewWeatherConditionEvent"
],
"install": {
"pip": []
},
"package": "platypush.plugins.weather.openweathermap",
"type": "plugin"
}
}