Add new source for warrington.gov.uk

This commit is contained in:
Paul Jones
2023-07-09 20:40:09 +01:00
parent e3593f4e18
commit d8b0c0bd3c
4 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
# Warrington Borough Council
Support for schedules provided by [Warrington Borough Council](https://www.warrington.gov.uk/), serving Warrington Borough Council, UK.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: warrington_gov_uk
args:
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
```
### 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.
## Example using UPRN
```yaml
waste_collection_schedule:
sources:
- name: warrington_gov_uk
args:
uprn: 100010309878
```