mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add new source for warrington.gov.uk
This commit is contained in:
31
doc/source/warrington_gov_uk.md
Normal file
31
doc/source/warrington_gov_uk.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user