Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 939 Bytes

hcc_govt_nz.md

File metadata and controls

46 lines (37 loc) · 939 Bytes

Hamilton City Council

Support for schedules provided by Hamilton City Council.

Configuration via configuration.yaml

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

Configuration Variables

address
(string) (required) excactyl written like autocompleted by https://www.fightthelandfill.co.nz

Bin Names example - Rubbish, Recycling

waste_collection_schedule:
  sources:
    - name: hcc_govt_nz
      args:
        address: "1 Hamilton Parade"

Bin Colours example - Red, Yellow

waste_collection_schedule:
  sources:
    - name: hcc_govt_nz
      args:
        address: "1 Hamilton Parade"
      customize:
          - type: Rubbish
            alias: Red
          - type: Recycling
            alias: Yellow
      calendar_title: "HCC Bins"
  separator: " & "