Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.49 KB

File metadata and controls

51 lines (38 loc) · 1.49 KB

Fleurieu Regional Waste Authority

Support for schedules provided by Fleurieu Regional Waste Authority, serving the following regions of the Fleurieu Peninsula, Southern Australia:

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: frwa_com_au
      args:
        name_or_number: NAME_OR_NUMBER
        street: STREET
        district: DISTRICT

Configuration Variables

name_or_number
(Integer | String) (required) The number or name of the property, as displayed on the FRWA web site

street
(String) (required) The street name of the property, as displayed on the FRWA web site

address
(String) (required) The district name of the property, as displayed on the FRWA web site

Example

waste_collection_schedule:
    sources:
    - name: frwa_com_au
      args:
        name_or_number: 42
        street: Wishart Crescent
        district: Encounter Bay

How to get the source arguments

Visit https://fleurieuregionalwasteauthority.com.au/collection-calendar-downloads and search for your address. Use the name/number, street name and district name as they appear when your collection schedule in being displayed.