Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.25 KB

File metadata and controls

43 lines (32 loc) · 1.25 KB

Bundaberg Regional Council

Support for schedules provided by Bundaberg Regional Council.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: bundaberg_qld_gov_au
      args:
        street_number: STREET_NUMBER
        street_name: STREET_NAME
        suburb: SUBURB

Configuration Variables

street_number
(string) (required)

street_name
(string) (required)

suburb
(string) (optional)
Required only if your street name is not unique across the council area (e.g. the same street name exists in multiple suburbs). Use uppercase (e.g. AVENELL HEIGHTS).

Example

waste_collection_schedule:
  sources:
    - name: bundaberg_qld_gov_au
      args:
        street_number: "10"
        street_name: Maynard
        suburb: AVENELL HEIGHTS

How to get the source arguments

Visit the Bundaberg Regional Council Bin Day Finder and start typing your address. Use the street number and street name (without the street type, e.g. "Maynard" not "Maynard St"). If your search returns multiple results for different suburbs, add the suburb argument to select the correct one.