mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Missing .md info added
This commit is contained in:
33
doc/source/richmondshire_gov_uk.md
Normal file
33
doc/source/richmondshire_gov_uk.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Richmondshire District Council
|
||||
|
||||
Support for schedules provided by [Richmondshire District Council](https://www.richmondshire.gov.uk/bins-and-recycling/), serving North Yorkshire, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: richmondshire_gov_uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_IDENTIFICATION_NUMBER
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**UPRN**<br>
|
||||
*(integer) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: richmondshire_gov_uk
|
||||
args:
|
||||
uprn: 200001767082
|
||||
```
|
||||
|
||||
## 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. Or you can visit the Richmondshire page and use the address search. Right-click your entry in the house dropdown, choose Inspect, and copy the UPRN from the value
|
||||
Reference in New Issue
Block a user