mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add highpeak_gov_uk
This commit is contained in:
41
doc/source/highpeak_gov_uk.md
Normal file
41
doc/source/highpeak_gov_uk.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# High Peak Borough Council
|
||||
|
||||
Support for schedules provided by [High Peak Borough Council](https://www.highpeak.gov.uk/), serving High Peak Borough, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: highpeak_gov_uk
|
||||
args:
|
||||
postcode: POSTCODE
|
||||
uprn: "UPRN"
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**postcode**
|
||||
*(String) (required)*
|
||||
**uprn**
|
||||
*(String | Integer) (required)*
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: highpeak_gov_uk
|
||||
args:
|
||||
postcode: SK23 6BQ
|
||||
uprn: "10010724045"
|
||||
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
Use your postcode as the `postcode` argument and your Unique Property Reference Number (UPRN) as the `uprn` argument.
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user