mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 00:04:11 +01:00
wigan .md added
This commit is contained in:
36
doc/source/wigan_gov_uk.md
Normal file
36
doc/source/wigan_gov_uk.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Wigan Council
|
||||
|
||||
Support for schedules provided by [Wigan Council](https://apps.wigan.gov.uk/MyNeighbourhood/), serving the city of Wigan, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: wigan_gov_uk
|
||||
args:
|
||||
postcode: POSTCODE
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
**postcode**
|
||||
*(string) (required)*
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: wigan_gov_uk
|
||||
args:
|
||||
postcode: "WN3 6AU"
|
||||
uprn: "100011749007"
|
||||
```
|
||||
|
||||
## How to find your `UPRN`
|
||||
|
||||
An easy way to find your Unique Property Reference Number (UPRN) is by going to <https://www.findmyaddress.co.uk/> and entering your address details.
|
||||
Reference in New Issue
Block a user