mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
fix Kirklees_gov_uk failing if multiple addresses are found
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user