mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
✨ ADD Cantebury CIty Council support
This commit is contained in:
44
doc/source/canterbury_gov_uk.md
Normal file
44
doc/source/canterbury_gov_uk.md
Normal 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"
|
||||
```
|
||||
Reference in New Issue
Block a user