Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 832 Bytes

snaga_mb_si.md

File metadata and controls

39 lines (27 loc) · 832 Bytes

Snaga Maribor

Support for schedules provided by Snaga Maribor, serving Snaga Maribor, Slovenia.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: snaga_mb_si
      args:
        street: STREET (Naziv)
        house_number: "HOUSE NUMBER (HS)"
        

Configuration Variables

street
(String) (required) house_number
(String | Integer) (required)

Example

waste_collection_schedule:
    sources:
    - name: snaga_mb_si
      args:
        street: Ruska ulica
        house_number: "24"
        

How to get the source argument

Find the parameter of your address using https://snaga-mb.si/koledar-odvoza-odpadkov/ and write them exactly like on the web page.