weather.openweathermap#

class platypush.backend.weather.openweathermap.WeatherOpenweathermapBackend(poll_seconds: int = 60, **kwargs)[source]#

Bases: WeatherBackend

Weather forecast backend that leverages the OpenWeatherMap API.

Triggers:

Requires:

  • The platypush.plugins.weather.openweathermap.WeatherOpenWeatherMapPlugin plugin configured

__init__(poll_seconds: int = 60, **kwargs)[source]#
Parameters:

poll_seconds – How often the backend should check for updates (default: every minute).