mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
* Basildon source updated to new provider * Corrected fetching icon mapping * basildon_gov_uk allow uprn or address + reformating --------- Co-authored-by: Eyean <ian.hartwell1986@gmail.com> Co-authored-by: Ian Hartwell <contactcentrevision+ian@gmail.com> Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
1.3 KiB
1.3 KiB
Basildon Council
Support for schedules provided by Basildon Council, UK.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
or
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
postcode: POSTCODE
address: ADDRESS
Configuration Variables
uprn
(string) (required if postcode and address is not provided)
postcode
(string) (required if no uprn provided)
address
(string) (required if no uprn provided)
Example
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
uprn: "100090277795"
waste_collection_schedule:
sources:
- name: basildon_gov_uk
args:
postcode: "SS14 1QU"
address: "25 LONG RIDING"
How to get the source arguments
Using postcode and address
Go to https://mybasildon.powerappsportals.com/check/where_i_live/ and enter your postcode and address. Then use the postcode and address as arguments.
Using UPRN
An easy way to find your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering your address details.