fix Kirklees_gov_uk failing if multiple addresses are found

This commit is contained in:
5ila5
2024-09-04 15:55:58 +02:00
committed by 5ila5
parent 9281b4a970
commit 23d0cacb2f
2 changed files with 93 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ waste_collection_schedule:
args:
door_num: 1
postcode: "HD9 6RJ"
uprn: UPRN # only required sometimes
```
### Configuration Variables
@@ -24,3 +25,20 @@ Door number identifier for the property
*(string) (required)*
Postcode of the property
**uprn**
*(string) (optional)*
Unique Property Reference Number (UPRN) of the property. This is required if multiple properties are found when searching by door number and postcode. An easy way to discover your Unique Property Reference Number (UPRN) is by going to <https://www.findmyaddress.co.uk/> and entering in your address details.
## Example with UPRN
```yaml
waste_collection_schedule:
sources:
- name: kirklees_gov_uk
args:
door_num: 1
postcode: "HD8 8NA"
uprn: 83194785
```