mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
new sourcew: Kirklees council (#959)
* feature: adding kirklees council source * docs: add Kirklees to the main readme * fix: update the testcases to pass * docs: Updating info.md via script * remove not needed Logger & added Test case
This commit is contained in:
26
doc/source/kirklees_gov_uk.md
Normal file
26
doc/source/kirklees_gov_uk.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Kirklees Council
|
||||
|
||||
Support for schedules provided by [Kirklees Council](https://www.kirklees.gov.uk)
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: kirklees_gov_uk
|
||||
args:
|
||||
door_num: 1
|
||||
postcode: "HD9 6RJ"
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**door_num**
|
||||
*(string) (required)*
|
||||
|
||||
Door number identifier for the property
|
||||
|
||||
**postcode**
|
||||
*(string) (required)*
|
||||
|
||||
Postcode of the property
|
||||
Reference in New Issue
Block a user