Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 786 Bytes

File metadata and controls

48 lines (37 loc) · 786 Bytes

OLO

Support for schedules provided by OLO, serving in Bratislava, Slovakia. These waste types are supported:

  • Zmesovy odpad
  • Triedeny odpad
  • Kuchynsky odpad

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: olo_sk
      args:
        street: STREET
        registrationNumber: NUMBER

Configuration Variables

street (String) (required)

registrationNumber (String) (optional)

Example

waste_collection_schedule:
    sources:
    - name: olo_sk
      args:
        street: Jantarova 47
        registrationNumber: 123456
waste_collection_schedule:
    sources:
    - name: olo_sk
      args:
        street: Jasovska 8
        registrationNumber: 987654