# Apps by imactivate Support for schedules provided by [Apps by imactivate](https://imactivate.com), serving multiple, UK. Known to work with: - Leads Bins () - Rotherham Bins () - Luton Bins () - Fenland Bins () ## Configuration via configuration.yaml ```yaml waste_collection_schedule: sources: - name: apps_imactivate_com args: postcode: POSTCODE town: TOWN street: STREET number: "NUMBER" ``` ### Configuration Variables **postcode** *(String) (required)* **town** *(String) (required)* **street** *(String) (required)* **number** *(String | Integer) (required)* ## Example ### Leads ```yaml waste_collection_schedule: sources: - name: apps_imactivate_com args: postcode: LS6 2SE town: Leeds street: sharp mews number: 2 ``` ### Fenland ```yaml waste_collection_schedule: sources: - name: apps_imactivate_com args: postcode: PE158RD town: March street: Creek Road number: "90" ```