Add Huntingdonshire District Council

Signed-off-by: Johnnie Blows <johnnie.blows@gmail.com>
This commit is contained in:
Johnnie Blows
2022-07-02 22:32:33 +01:00
parent 4c91bd94be
commit 5421b0f5ba
2 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Huntingdonshire District Council
Support for schedules provided by [Huntingdonshire District Council](https://www.huntingdonshire.gov.uk/refuse-calendar), serving Huntingdonshire, UK.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: huntingdonshire_gov_uk
args:
uprn: UPRN_CODE
```
### Configuration Variables
**uprn**<br>
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: huntingdonshire_gov_uk
args:
uprn: "100050580641"
```
## How to get the source argument
The UPRN code can be found in the network request when entering your postcode and selecting your address on the [Huntingdonshire Waste Collection Calendar page](https://www.huntingdonshire.gov.uk/refuse-calendar/). You should look for a request like `https://www.huntingdonshire.gov.uk/refuse-calendar/100090123510` the last segment is your UPRN code.