mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
Create toronto_ca.md
This commit is contained in:
32
doc/source/toronto_ca.md
Normal file
32
doc/source/toronto_ca.md
Normal 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.
|
||||
Reference in New Issue
Block a user