mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
* 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>
1018 B
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"