Add East Cambs District Council

This commit is contained in:
Garry Mitchell
2023-01-16 16:47:09 +00:00
parent eb91592186
commit 8e5aba0851
4 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
# 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**<br>
*(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
```