mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
basingstoke .md added
This commit is contained in:
32
doc/source/basingstoke_gov_uk.md
Normal file
32
doc/source/basingstoke_gov_uk.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Basingstoke and Deane Borough Council
|
||||
|
||||
Support for schedules provided by [Basingstoke and Deane Borough Council](https://www.basingstoke.gov.uk/bincollections), UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: basingstoke_gov_uk
|
||||
args:
|
||||
uprn: UPRN_CODE
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: basingstoke_gov_uk
|
||||
args:
|
||||
uprn: "100060218986"
|
||||
```
|
||||
|
||||
## How to get the source 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