Files
hacs_waste_collection_schedule/doc/source/ccc_govt_nz.md
mampfes 610e5c113d improve documentation
- add debugging chapter
- fix lint warnings
2022-01-22 17:34:13 +01:00

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