Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.27 KB

eva_abfallentsorgung_de.md

File metadata and controls

38 lines (30 loc) · 1.27 KB

EVA Abfallentsorgung

EVA Abfallentsorgung is supported by the generic ICS source. For all available configuration options, please refer to the source description.

How to get the configuration arguments

Examples

Ingenried with regex

waste_collection_schedule:
  sources:
    - name: ics
      args:
        regex: '^(.*) in '
        split_at: ' & '
        url: https://www.eva-abfallentsorgung.de/genics?ort=Ingenried&strasse=10477&strassenname=Ingenried&erinnerung=0&alarm=0&r=1&b=1&g=1&p=1&s=1

Böbing Without regex

waste_collection_schedule:
  sources:
    - name: ics
      args:
        split_at: ' & '
        url: https://www.eva-abfallentsorgung.de/genics?ort=B%C3%B6bing&strasse=10484&strassenname=B%C3%B6bing&erinnerung=0&alarm=0&r=1&b=1&g=1&p=1&s=1