Files
hacs_waste_collection_schedule/doc/source/landkreis_rhoen_grabfeld.md
Marco Hillenbrand 03c4f63180 fix source landkreis_rhoen_grabfeld and update documentation
trash type "Restmüll/Gelber Sack/Biotonne" was split into two distinct types:
- "Restmüll/Biotonne"
- "Gelbe Tonne"
2024-06-26 10:40:02 +02:00

1.3 KiB

Landkreis Rhön Grabfeld

Support for schedules provided by AbfallInfo Rhön Grabfeld, serving the rural district of Rhön Grabfeld.

Api in the background is provided by Offizium.

Possibles types are:

  • Restmüll/Biotonne
  • Gelbe Tonne
  • Papiersammlung
  • Problemmüllsammlung

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: landkreis_rhoen_grabfeld
      args:
        district: DISTRICT
        city: CITY

Configuration Variables

district and city can be used independently, they can also be omitted to get the calendar for the whole rural district.

district
(string)

street
(string)

Example

waste_collection_schedule:
  sources:
    - name: landkreis_rhoen_grabfeld
      args:
        district: "Oberwaldbehrungen"
waste_collection_schedule:
  sources:
    - name: landkreis_rhoen_grabfeld
      args:
        city: "Ostheim"

How to get the source argument

To get the names used by the api navigate to the collection alarm website, enter your city and district, select "Aktuelles Jahr als .ics-Datei exportieren" and copy the parameters from the corresponding download url.