Skip to content

Commit a4dce05

Browse files
committedJul 17, 2022
add documentation
1 parent a7bac70 commit a4dce05

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed
 

‎doc/source/wiltshire_gov_uk.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
TODO:
1+
# Wiltshire Council
2+
3+
Support for schedules provided by [Wiltshire Council](https://wiltshire.gov.uk/).
4+
5+
If collection data is available for the address provided, it will return household and recycling waste collection dates.
6+
7+
## Configuration via configuration.yaml
8+
9+
```yaml
10+
waste_collection_schedule:
11+
sources:
12+
- name: wiltshire_gov_uk
13+
args:
14+
postcode: POSTCODE
15+
uprn: UPRN
16+
```
17+
18+
### Configuration Variables
19+
20+
**postcode**<br>
21+
*(string) (required)*
22+
23+
**uprn**<br>
24+
*(string) (required)*
25+
26+
Both the postcode and the UPRN should be supplied in the arguments.
27+
28+
## Examples
29+
30+
```yaml
31+
waste_collection_schedule:
32+
sources:
33+
- name: wiltshire_gov_uk
34+
args:
35+
postcode: BA149QP
36+
uprn: 100121085972
37+
```
38+
39+
## How to find your UPRN
40+
41+
An easy way to discover your Unique Property Reference Number (UPRN) is by going to [Find My Address](https://www.findmyaddress.co.uk/) and providng your address details.

0 commit comments

Comments
 (0)
Please sign in to comment.