ADD Cantebury CIty Council support

This commit is contained in:
Rob Adams
2022-07-21 10:19:06 +01:00
committed by GitHub
parent c9805b29b3
commit 0dfbe919b5
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
# Canterbury City Council
Support for schedules provided by [Canterbury City Council](https://www.canterbury.gov.uk/bins-and-waste/find-your-bin-collection-dates/), serving Canterbury (UK) and parts of Kent.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: canterbury_gov_uk
args:
post_code: POST_CODE
number: NUMBER
```
### Configuration Variables
**POST_CODE**<br>
*(string) (required)*
**NUMBER**<br>
*(string) (required)*
## Examples
```yaml
waste_collection_schedule:
sources:
- name: canterbury_gov_uk
args:
post_code: "ct68ru"
number: "63"
```
```yaml
waste_collection_schedule:
sources:
- name: canterbury_gov_uk
args:
post_code: "ct68ru"
number: "KOWLOON"
```