You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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