Files
hacs_waste_collection_schedule/doc/source/waverley_gov_uk.md
kalmatthew eab822929b Update waverley_gov_uk.md
Added clearer instructions about ensuring only a single entry for your search params and ignoring the guidance from waverly to use only Postcode
2024-04-19 14:41:50 +02:00

1.4 KiB

Waverley Borough Council

Support for schedules provided by Waverley Borough Council, serving Borough of Waverley, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: waverley_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 Waverley Borough Council if you are not sure which are needed. Ensure that the manual test is only providing one entry for best results and ignore the webesites prompt to only use postcode.

POST_CODE
(string) (optional)

HOUSE_NAME_NUMER
(string) (optional)

ADDRESS_STREET
(string) (optional)

STREET_TOWN
(string) (optional)

Example

waste_collection_schedule:
    sources:
    - name: waverley_gov_uk
      args:
        address_postcode: "GU8 5QQ"
        address_name_numer: "1"
        address_street: "Gasden Drive"