Files
hacs_waste_collection_schedule/doc/source/dunedin_govt_nz.md
5ila5 c65128a6ad Dunedin_govt_nz move to the APP API
It is a much easier to use API, as it directly returns all the needed collection dates
This will show the new bin types now

They use a hard coded API key so we might need to change it if they ever change this key
2024-09-21 14:24:41 +02:00

1.0 KiB

Dunedin District Council

Support for schedules provided by Dunedin District Council Kerbside Rubbish & Recycling Services. It uses the endpoint of the DCC Kerbside Collection APP.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: dunedin_govt_nz
      args:
        address: ADDRESS

Configuration Variables

address
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: dunedin_govt_nz
      args:
        address: "118 High Street Dunedin"

How to get the source argument

Use the DCC Kerbside Collection APP (IOS) and search for your address. The address argument should match how the APP displays the address alongside your next collection details.