From e8ca746df6761a043c59ffaa845a2fc60fbeff4a Mon Sep 17 00:00:00 2001 From: constvariable <33699989+constvariable@users.noreply.github.com> Date: Sun, 18 Dec 2022 08:06:11 -0500 Subject: [PATCH] Create toronto_ca.md --- doc/source/toronto_ca.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/source/toronto_ca.md diff --git a/doc/source/toronto_ca.md b/doc/source/toronto_ca.md new file mode 100644 index 00000000..97f57f4e --- /dev/null +++ b/doc/source/toronto_ca.md @@ -0,0 +1,32 @@ +# City of Toronto + +Support for schedules provided by [City of Toronto](https://www.toronto.ca/services-payments/recycling-organics-garbage/houses/collection-schedule/). + +## Configuration via configuration.yaml + +```yaml +waste_collection_schedule: + sources: + - name: toronto_ca + args: + street_address: STREET_ADDRESS +``` + +### Configuration Variables + +**street_address**
+*(string) (required)* + +## Example + +```yaml +waste_collection_schedule: + sources: + - name: toronto_ca + args: + street_address: 324 Weston Rd +``` + +## How to verify that your address works + +Visit the [City of Toronto](https://www.toronto.ca/services-payments/recycling-organics-garbage/houses/collection-schedule/) page and search for your address. The string you search for there should match the string in the street_address argument.