Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.11 KB

northherts_gov_uk.md

File metadata and controls

48 lines (35 loc) · 1.11 KB

North Herts Council

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

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: northherts_gov_uk
      args:
        address_postcode: POST_CODE
        address_name_numer: HOUSE_NAME_NUMER,
        address_street: ADDRESS_STREET,
        street_town: STREET_TOWN
        version: 1

Configuration Variables

You must supply enough address details for the search to find your property as the first match.

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

POST_CODE
(string) (optional)

HOUSE_NAME_NUMER
(string) (optional)

ADDRESS_STREET
(string) (optional)

STREET_TOWN
(string) (optional)

Example

waste_collection_schedule:
    sources:
    - name: northherts_gov_uk
      args:
        post_code: "SG9 9AA"
        address_name_numer: "26"
        address_street: "BENSLOW RISE"