Files
hacs_waste_collection_schedule/doc/source/newham_gov_uk.md
Rich K 5d88326680 Added support for the London Borough of Newham (#1863)
* Added support for the London Borough of Newham

* Fixed issue with datetime parsing in newham.gov.uk

* refactoring + allow integer uprn update documentation

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-03-04 21:13:27 +01:00

1018 B

London Borough of Newham

Support for schedules provided by the London Borough of Newham, serving Newham, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: newham_gov_uk
      args:
        property: PROPERTY_ID

Configuration Variables

property
(string) (required)

Unique number the London Borough of Newham uses to identify your property.

How to find your PROPERTY_ID

Searach for your waste collection schedule at (https://bincollection.newham.gov.uk/). Your PROPERTY_ID is the set of numbers at the end of the url when your schedule is being displayed.

For example: https://bincollection.newham.gov.uk/Details/Index/000046029438

You can also find your PROPERTY_ID/UPRN by going to https://www.findmyaddress.co.uk/ and entering in your address details.

Example

waste_collection_schedule:
    sources:
    - name: newham_gov_uk
      args:
        property: "000046029438"