From 9d22f72aed5b3721742587d3bd76c7c8a3eefb33 Mon Sep 17 00:00:00 2001 From: therealmko Date: Fri, 3 Jan 2025 20:31:38 +0100 Subject: [PATCH] Add gemeente Uithoorn as part of Kliko Groep (#378) --- custom_components/afvalwijzer/const/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom_components/afvalwijzer/const/const.py b/custom_components/afvalwijzer/const/const.py index 43a7c62..3659607 100644 --- a/custom_components/afvalwijzer/const/const.py +++ b/custom_components/afvalwijzer/const/const.py @@ -63,6 +63,10 @@ "oudeijsselstreek": { "url": "https://cp-oudeijsselstreek.klikocontainermanager.com/MyKliko", "app": "cp-oudeijsselstreek.kcm.com" + }, + "uithoorn": { + "url": "https://cp-uithoorn.klikocontainermanager.com/MyKliko", + "app": "cp-uithoorn.kcm.com" } }