# Maribyrnong Council (VIC) Support for schedules provided by [Maribyrnong Council (VIC)](https://www.maribyrnong.vic.gov.au/Residents/Bins-and-recycling). Note: Case Sensitive! ## Configuration via configuration.yaml ```yaml waste_collection_schedule: sources: - name: maribyrnong_vic_gov_au args: suburb: SUBURB street_name: STREET_NAME street_number: STREET_NUMBER ``` ### Configuration Variables **suburb**
*(string) (required)* **street_name**
*(string) (required)* **street_number**
*(string) (required)* ## Example ```yaml waste_collection_schedule: sources: - name: maribyrnong_vic_gov_au args: suburb: Footscray street_name: Ballarat Rd street_number: 70-100 ``` ## How to get the source arguments Visit https://maribyrnong.waste-info.com.au/api/v1/streets.json and search for your street name. The arguments should exactly match the results shown for the Suburb ("locality"), Street ("name") and the number portion of the Property.