mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add nwleics as source (#1777)
* Add nwleics as source * reformatting + ./update_docu_links.py * make one test case an Integer --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com> Co-authored-by: 5ila5 <38183212+5ila5@users.noreply.github.com>
This commit is contained in:
32
doc/source/nwleics_gov_uk.md
Normal file
32
doc/source/nwleics_gov_uk.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# North West Leicestershire District Council
|
||||
|
||||
Source for www.nwleics.gov.uk services for the city of North West Leicestershire District Council, UK
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: nwleics_gov_uk
|
||||
args:
|
||||
uprn: UPRN_CODE
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: nwleics_gov_uk
|
||||
args:
|
||||
uprn: "100030573554"
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
The UPRN code can be found found using https://uprn.uk/
|
||||
Reference in New Issue
Block a user