Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 907 Bytes

lobbe_app.md

File metadata and controls

43 lines (31 loc) · 907 Bytes

Lobbe App

Support for schedules provided by Lobbe App, serving multiple municipalities in Hessen and Nordrhein-Westfalen, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: lobbe_app
      args:
        state: STATE (Bundesland)
        city: CITY (Gemeinde)
        street: STREET (Straße)
        

Configuration Variables

state
(String) (required) should be Hessen or Nordrhein-Westfalen

city
(String) (required)

street
(String) (required)

Example

waste_collection_schedule:
    sources:
    - name: lobbe_app
      args:
        state: Hessen
        city: Diemelsee
        street: Am Breuschelt 

How to get the source argument

Find the parameter of your address using https://lobbe.app/ and write them exactly like on the web page.