mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
chesterfield_gov_uk.md added
This commit is contained in:
33
doc/source/chesterfield_gov_uk.md
Normal file
33
doc/source/chesterfield_gov_uk.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Chesterfield Borough Council
|
||||
|
||||
Support for schedules provided by [Chesterfield Borough Council](https://www.chesterfield.gov.uk/bins-and-recycling/bin-collections/check-bin-collections.aspx)
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: chesterfield_gov_uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**<br>
|
||||
*(string) (required)*
|
||||
|
||||
This is required to unambiguously identify the property.
|
||||
|
||||
## Example using UPRN
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: chesterfield_gov_uk
|
||||
args:
|
||||
uprn: 74023685
|
||||
```
|
||||
|
||||
## 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 in your address details.
|
||||
Reference in New Issue
Block a user