# Joint Waste Solutions Manages Waste and Recycling services Woking Borough Council and Surrey Heath Borough Council. ## Configuration via configuration.yaml ```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 ```yaml waste_collection_schedule: sources: - name: jointwastesolutions_org args: house: "4" postcode: "GU21 4PQ" ``` ```yaml waste_collection_schedule: sources: - name: jointwastesolutions_org args: house: "1" postcode: "GU15 1JT" borough: "surreyheath", ```