mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
1.2 KiB
1.2 KiB
Joint Waste Solutions
Manages Waste and Recycling services Woking Borough Council and Surrey Heath Borough Council.
Configuration via configuration.yaml
waste_collection_schedule:
sources:
- name: jointwastesolutions_org
args:
house: HOUSE_NAME_OR_NUMBER
postcode: POSTCODE
Configuration Variables
postcode
(string) (required)
Ensure a space character is included between the two parts of the postcode, For example "GU21 4PQ" rather than "GU214PQ"
house
(string) (required)
The name or number of the house. When used in combination with the postcode it should uniquely identify the property. If using the house name, it should match the spelling and format used on the website. House numbers seem to be more reliable than house names.
borough
(string) (optional) (default: woking)
woking or surreyheath
Example
waste_collection_schedule:
sources:
- name: jointwastesolutions_org
args:
house: "4"
postcode: "GU21 4PQ"
waste_collection_schedule:
sources:
- name: jointwastesolutions_org
args:
house: "1"
postcode: "GU15 1JT"
borough: "surreyheath",