weather.buienradar#

class platypush.backend.weather.buienradar.WeatherBuienradarBackend(poll_seconds=300, **kwargs)[source]#

Bases: Backend

Buienradar weather forecast backend. Listens for new weather or precipitation updates.

Triggers:

Requires:

__init__(poll_seconds=300, **kwargs)[source]#
Parameters:
  • bus – Reference to the bus object to be used in the backend

  • poll_seconds – If the backend implements a loop method, this parameter expresses how often the loop should run in seconds.

  • kwargs – Key-value configuration for the backend

run()[source]#

Starts the backend thread. To be implemented in the derived classes if the loop method isn’t defined.