From be25b29cd4095b81307a42b26071fbabfe39721b Mon Sep 17 00:00:00 2001 From: Wiki GitHub Action Date: Sun, 5 Jan 2025 20:18:07 +0000 Subject: [PATCH] docs: Update Councils.md from input.json --- wiki/Councils.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wiki/Councils.md b/wiki/Councils.md index 37a58426da..d8488235d6 100644 --- a/wiki/Councils.md +++ b/wiki/Councils.md @@ -1734,15 +1734,13 @@ Note: Follow the instructions [here](https://waste-services.kingston.gov.uk/wast ### Kirklees Council ```commandline -python collect_data.py KirkleesCouncil https://www.kirklees.gov.uk/beta/your-property-bins-recycling/your-bins -s -p "XXXX XXX" -n XX -w http://HOST:PORT/ +python collect_data.py KirkleesCouncil https://www.kirklees.gov.uk/beta/your-property-bins-recycling/your-bins -s -u XXXXXXXX ``` Additional parameters: - `-s` - skip get URL -- `-p` - postcode -- `-n` - house number -- `-w` - remote Selenium web driver URL (required for Home Assistant) +- `-u` - UPRN -Note: Pass the house number and postcode in their respective parameters. This parser requires a Selenium webdriver. +Note: Provide your UPRN. Find your UPRN using [FindMyAddress](https://www.findmyaddress.co.uk/search). ---