# East Cambridgeshire District Council Support for schedules provided by [East Cambridgeshire District Council](https://www.eastcambs.gov.uk/), serving East Cambridgeshrire district, UK. ## Configuration via configuration.yaml ```yaml waste_collection_schedule: sources: - name: eastcambs_gov_uk args: uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER ``` ### Configuration Variables ### Configuration Variables **uprn**
*(string) (required)* #### How to find your `UPRN` An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details. Otherwise you can inspect the web requests the East Cambridgeshire District Council website makes when entering in your postcode and then selecting your address. ## Example ```yaml waste_collection_schedule: sources: - name: eastcambs_gov_uk args: uprn: 10002597178 ```