mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
New City: Aurora, ON, Canada (#1353)
This commit is contained in:
@@ -327,6 +327,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
<details>
|
||||
<summary>Canada</summary>
|
||||
|
||||
- [Aurora (ON)](/doc/source/recyclecoach_com.md) / aurora.ca
|
||||
- [Calgary (AB)](/doc/source/calgary_ca.md) / calgary.ca
|
||||
- [Calgary, AB](/doc/ics/recollect.md) / calgary.ca
|
||||
- [City of Edmonton, AB](/doc/ics/recollect.md) / edmonton.ca
|
||||
|
||||
@@ -37,6 +37,7 @@ EXTRA_INFO = [
|
||||
"url": "https://recyclecoach.com/cities/usa-ky-city-of-louisville/",
|
||||
},
|
||||
{"title": "London (ON)", "url": "https://london.ca/", "country": "ca"},
|
||||
{"title": "Aurora (ON)", "url": "https://www.aurora.ca/", "country": "ca"},
|
||||
]
|
||||
|
||||
TEST_CASES = {
|
||||
@@ -72,6 +73,11 @@ TEST_CASES = {
|
||||
"district_id": "CityofLondon",
|
||||
"zone_id": "zone-z547",
|
||||
},
|
||||
"aurora ontario": {
|
||||
"street": "123 Cranberry Lane",
|
||||
"city": "Aurora",
|
||||
"state": "Ontario",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user