Files
hacs_waste_collection_schedule/doc/source/croydon_gov_uk.md
dt215git 49ec4bde30 Fix: Croydon, UK (#1241)
* fix date issue, md updated, flake8 F601 added

* remove overwritten parameter  and flake8 F601
2023-09-07 21:20:09 +02:00

682 B

Croydon Council

Support for schedules provided by Croydon Council, serving Croydon, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: croydon_gov_uk
      args:
        postcode: POSTCODE
        houseID: HOUSE_NUMBER & STREET

Configuration Variables

postcode (string) (required)

houseID (string) (required)

houseID should be in the format used by the website, road names tend not to be abbreviated.

Example

waste_collection_schedule:
    sources:
    - name: croydon_gov_uk
      args:
        postcode: "CR0 2EG"
        houseID: "23B Howard Road"