Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 921 Bytes

simbio_si.md

File metadata and controls

40 lines (28 loc) · 921 Bytes

Simbio

Support for schedules provided by Simbio, serving Simbio, Slovenia.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: simbio_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: simbio_si
      args:
        street: Ljubljanska cesta
        house_number: "1 A"
        

How to get the source argument

Find the parameter of your address using https://www.simbio.si/sl/moj-dan-odvoza-odpadkov and write them exactly like on the web page. Some street numbers with character in Simbio database are separate with space so be careful.