Files
hacs_waste_collection_schedule/doc/source/hcc_govt_nz.md
Dave Leaver 2f64a98f01 Add Hamilton City Council source (#1120)
* Add Hamilton City Council source

* reformatting minor changes

comment for parameter in md
additional test case
removed get_legacy_session (not needed)

---------

Co-authored-by: Dave Leaver <dave@torutek.com>
2023-07-29 17:23:24 +02:00

939 B

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