Create toronto_ca.md

This commit is contained in:
constvariable
2022-12-18 08:06:11 -05:00
committed by GitHub
parent 277c66fff6
commit e8ca746df6

32
doc/source/toronto_ca.md Normal file
View File

@@ -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**<br>
*(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.