# Wollongong City Council Support for schedules provided by [Wollongong Waste](https://www.wollongongwaste.com.au/), serving Wollongong Council in the Illawara, New South Wales, Australia ## Configuration via configuration.yaml ```yaml waste_collection_schedule: sources: - name: wollongongwaste_com_au args: propertyID: UNIQUE_PROPERTY_ID ``` ### Configuration Variables **propertyID** *(string) (mandatory)* ### How to find your propertyID Go to amd get the locality ID from the above json. Add it as `locality=` to the Street query, e.g.: Get the street ID from the above json. Add it as `street=` to the property query, e.g.: Get the property ID from the above json. This is your propertyID This is all you need to directly query your calendar json in future, you can skip all the above steps once you know your property ID You could also use [Waste Calendar](https://www.wollongongwaste.com.au/calendar/) with developer tools open on the Network tab, look up your address, and make note of the filename in the last request. It will be in the format `.json`, e.g.: ## Example ```yaml waste_collection_schedule: sources: - name: wollongongwaste_com_au args: propertyID: 21444 ```