mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add source for Breckland Council, UK - update
Add ICON_Map Add support for uprn Update documentation
This commit is contained in:
@@ -11,16 +11,20 @@ waste_collection_schedule:
|
||||
args:
|
||||
postcode: POSTCODE
|
||||
address: ADDRESS
|
||||
uprn: UPRN
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**POSTCODE**
|
||||
*(string) (required)*
|
||||
*(string) (optional)*
|
||||
|
||||
**ADDRESS**
|
||||
*(string) (required)*
|
||||
*(string) (optional)*
|
||||
|
||||
**UPRN**
|
||||
*(string) (optional)*
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -33,8 +37,20 @@ waste_collection_schedule:
|
||||
address: "glen travis"
|
||||
```
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: breckland_gov_uk
|
||||
args:
|
||||
uprn: "10011977093"
|
||||
```
|
||||
|
||||
If uprn is provided, only uprn is used. Otherwise postcode and address are required.
|
||||
|
||||
You can find all relevant informations at [Breckland Council](https://www.breckland.gov.uk/mybreckland) homepage
|
||||
use the POSTCODE -> click find address.
|
||||
Choose your address. Please only use the first part of your address. If you got an error, use less charecters from address.
|
||||
|
||||
## How to find your UPRN
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user