mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
New Source: Aylesbury Vale District Council (#1153)
* initial commit * test cases added * .md added * update_docu_links run * renaming md + reformatting (@5ila5)
This commit is contained in:
32
doc/source/aylesburyvaledc_gov_uk.md
Normal file
32
doc/source/aylesburyvaledc_gov_uk.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Aylesbury Vale District Council
|
||||
|
||||
Support for schedules provided by [Aylesbury Vale District Council](https://account.aylesburyvaledc.gov.uk/resident2/s/guest-flow-form?service_ref=DSHLC_AVDC_Find_Bin_Days), serving Aylesbury Vale, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: aylesburyvaledc.gov.uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: aylesburyvaledc.gov.uk
|
||||
args:
|
||||
uprn: "766292368"
|
||||
```
|
||||
|
||||
## 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