Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 965 Bytes

ccc_govt_nz.md

File metadata and controls

47 lines (38 loc) · 965 Bytes

Christchurch City Council

Support for schedules provided by Christchurch City Council.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: ccc_govt_nz
      args:
        address: STREET_NUMBER_AND_STREET_NAME

Configuration Variables

address
(string) (required)

Bin Names example - Garbage, Recycle & Organic

waste_collection_schedule:
  sources:
    - name: ccc_govt_nz
      args:
        address: "53 Hereford Street"

Bin Colours example - Red, Yellow & Green

waste_collection_schedule:
  sources:
    - name: ccc_govt_nz
      args:
        address: "53 Hereford Street"
      customize:
          - type: Garbage
            alias: Red
          - type: Recycle
            alias: Yellow
          - type: Organic
            alias: Green
      calendar_title: "CCC Bins"
  separator: " & "