mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add charnwood_gov_uk
This commit is contained in:
34
doc/source/charnwood_gov_uk.md
Normal file
34
doc/source/charnwood_gov_uk.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Charnwood
|
||||
|
||||
Support for schedules provided by [Charnwood](https://www.charnwood.gov.uk/), serving Charnwood, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: charnwood_gov_uk
|
||||
args:
|
||||
address: ADDRESS
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address**
|
||||
*(String) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: charnwood_gov_uk
|
||||
args:
|
||||
address: 111, Main Street, Swithland
|
||||
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
Find the parameter of your address using [https://my.charnwood.gov.uk/](https://my.charnwood.gov.uk/) and write them exactly like on the web page.
|
||||
Reference in New Issue
Block a user