Files
hacs_waste_collection_schedule/doc/source/ccc_govt_nz.md

965 B

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: " & "