Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.12 KB

File metadata and controls

46 lines (35 loc) · 1.12 KB

Silea SpA

Support for schedules provided by Silea SpA, serving multiple municipalities in Italy/Lombardia.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: silea_it
      args:
        municipality: MUNICIPALITY (comune)
        address: ADDRESS (street name)

Configuration Variables

municipality
(String) (required)

address
(String) (required) Usually starts with 'via' or 'piazza'

Example

waste_collection_schedule:
    sources:
    - name: silea_it
      args:
        municipality: Lomagna
        address: via Martiri
waste_collection_schedule:
    sources:
    - name: silea_it
      args:
        municipality: Calolzio
        address: via foscolo

How to get the source argument

The municipality name and street address are checked against Silea SpA database. The extensions tries to match also partial name (i.e "Annone' matches 'Annone Brianza'). Please consider to check your address in here in case of problems.