mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Adds Herefordshire docs
This commit is contained in:
36
doc/source/herefordshire_gov_uk.md
Normal file
36
doc/source/herefordshire_gov_uk.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Herefordshire County Council
|
||||
|
||||
Support for schedules provided by [Herefordshire County
|
||||
Council](https://www.herefordshire.gov.uk/environmental-protection/waste-management/refuse-household-bin-collection),
|
||||
serving Herefordshire (UK).
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: herefordshire_gov_uk
|
||||
args:
|
||||
post_code: POST_CODE
|
||||
number: NUMBER
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**POST_CODE**
|
||||
*(string) (required)*
|
||||
|
||||
**NUMBER**
|
||||
*(string) (required)*
|
||||
|
||||
## Examples
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: canterbury_gov_uk
|
||||
args:
|
||||
post_code: "hr49js"
|
||||
number: "1"
|
||||
```
|
||||
Reference in New Issue
Block a user