Files
hacs_waste_collection_schedule/doc/source/eastherts_gov_uk.md
WhimsySpoon c43011fd17 Fix variable names (typo) and update search to support Garden Waste Collections in eastherts_gov_uk (#1008)
* Fix variable names (typo) and update search

* Update eastherts_gov_uk.md

* Update eastherts_gov_uk.py
2023-05-29 11:26:48 +02:00

904 B

East Herts Council

Support for schedules provided by East Herts Council, serving East Herts, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: eastherts_gov_uk
      args:
        address_postcode: POST_CODE
        address_name_number: HOUSE_NAME_NUMBER
        version: 1

Configuration Variables

You only need to supply the house name/number and post code.

Test this out manually first at East Herts Council if you are not sure which are needed.

ADDRESS_POSTCODE
(string) (required)

ADDRESS_NAME_NUMBER
(string) (required)

Example

waste_collection_schedule:
    sources:
    - name: eastherts_gov_uk
      args:
        address_postcode: "SG9 9AA"
        address_name_number: "1"