Add support for West Berkshire Council (westberks.gov.uk)

Source and documentation added.
This commit is contained in:
Howard Durdle
2022-07-22 17:51:10 +01:00
parent c9805b29b3
commit 7fd9b3ec58
2 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
# West Berkshire Council
Support for schedules provided by [West Berkshire Council](https://www.westberks.gov.uk/).
If collection data is available for the address provided, it will return rubbish and recycling waste collection dates.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: westberks_gov_uk
args:
postcode: POSTCODE
uprn: UPRN
```
### Configuration Variables
**postcode**<br>
_(string) (optional)_
**hournameornumber**<br>
_(string) (optional)_
**uprn**<br>
_(string) (optional)_
Either the postcode _and_ housenameornumber or the UPRN should be supplied in the arguments
## Examples
```yaml
waste_collection_schedule:
sources:
- name: westberks_gov_uk
args:
uprn: "100080241094"
```
```yaml
waste_collection_schedule:
sources:
- name: westberks_gov_uk
args:
postcode: "RG18 4QU"
housenameornumber: "6"
```
## How to find your UPRN
An easy way to discover your Unique Property Reference Number (UPRN) is by going to [Find My Address](https://www.findmyaddress.co.uk/) and providing your address details.