Files
eddster2309 fc65ec9d90 Added Australian Captial Territory Source (#1059)
* Added ACT Source

* Changed to use a icon dict.

* Added split_suburb

* act_gov_au.md reformatting small fix
fixing
- typos
- invalid link
- adding split_Suburb to configuration section

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2023-07-04 23:12:26 +02:00

1.6 KiB

Australian Captial Territory (ACT)

Support for schedules provided by ACT Goverment City Services.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: act_gov_au
      args:
        suburb: SUBURB
        split_Suburb: SPLIT SUBURB

Configuration Variables

suburb
(string) (required)

split_suburb
(string) (optional)

Examples

Without split_suburb

waste_collection_schedule:
  sources:
    - name: act_gov_au
      args:
        suburb: BRUCE

With split_suburb

waste_collection_schedule:
  sources:
    - name: act_gov_au
      args:
        suburb: DUNLOP
        split_Suburb: North

How to get the source arguments

Visit the ACT City Service's Bin Collection Calendar page and look for your suburb. The suburb argument should be in all uppercase of what is found in the dropdown. Some suburbs like Charnwood and Dunlop have been split into multiple entries, to check if your suburb has been split go to the API: https://www.data.act.gov.au/resource/jzzy-44un.json?suburb=SUBURB and swap SUBURB for your suburb in uppercase, and check if more than one result is returned, if there is the split_suburb argument should be equal to split_suburb in your correct API result. For example Dunlop is split into north and south so the split_suburb argument would be equal to North or South.