From 3649cd76ffa567bc8edec80d2a3e5fcaf6ca5a97 Mon Sep 17 00:00:00 2001 From: dt215git <86194065+dt215git@users.noreply.github.com> Date: Sun, 29 Dec 2024 15:03:45 +0000 Subject: [PATCH] Fix: Darebin, Australia (#3323) * update api url * second test case added --- .../waste_collection_schedule/source/darebin_vic_gov_au.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/darebin_vic_gov_au.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/darebin_vic_gov_au.py index 93fdbf4ec..03229e304 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/darebin_vic_gov_au.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/darebin_vic_gov_au.py @@ -10,9 +10,11 @@ "274 Gower Street PRESTON 3072": { "property_location": "274 Gower Street PRESTON 3072" }, + "116 HAROLD STREET THORNBURY 3071": { + "property_location": "116 HAROLD STREET THORNBURY 3071" + }, } - -API_URL = "https://services-ap1.arcgis.com/1WJBRkF3v1EEG5gz/arcgis/rest/services/Waste_Collection_Date/FeatureServer/0/query" +API_URL = "https://services-ap1.arcgis.com/1WJBRkF3v1EEG5gz/arcgis/rest/services/Waste_Collection_Date2/FeatureServer/0/query" WEEKDAY_MAP = { "Monday": 0, "Tuesday": 1,