weather.darksky
Platypush documentation
weather.darksky
- class platypush.backend.weather.darksky.WeatherDarkskyBackend(poll_seconds: int = 300, **kwargs)[source]
Bases:
WeatherBackend
Weather forecast backend that leverages the DarkSky API.
Triggers:
platypush.message.event.weather.NewWeatherConditionEvent
when there is a weather condition update
Requires:
The
platypush.plugins.weather.darksky.WeatherDarkskyPlugin
plugin configured