From 68502ba7ad40f362a43c2724327c7ea3d2d47f2b Mon Sep 17 00:00:00 2001 From: dt215git <86194065+dt215git@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:50:19 +0000 Subject: [PATCH] update api url --- .../waste_collection_schedule/source/stirling_wa_gov_au.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/stirling_wa_gov_au.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/stirling_wa_gov_au.py index 996c1ebf0..e692b9a79 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/stirling_wa_gov_au.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/stirling_wa_gov_au.py @@ -23,7 +23,7 @@ } -API_URL = "https://www.stirling.wa.gov.au/aapi/map" +API_URL = "https://www.stirling.wa.gov.au/bincollectioncheck/getresult" class Source: