From 0d24557899ffa10464d14771e55baf0bc7eaa87a Mon Sep 17 00:00:00 2001 From: Patrick de Cubber Date: Tue, 17 Dec 2024 15:19:22 +0100 Subject: [PATCH] Added support for Saver (#342) --- README.md | 1 + custom_components/afvalwijzer/const/const.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ee52f4f..e0b45f3 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ _Component to integrate with the following providers._ | peelenmaas | | prezero | | purmerend | +| saver | | rad | | reinis | | rd4 | diff --git a/custom_components/afvalwijzer/const/const.py b/custom_components/afvalwijzer/const/const.py index 901b20f..f973e4b 100644 --- a/custom_components/afvalwijzer/const/const.py +++ b/custom_components/afvalwijzer/const/const.py @@ -46,6 +46,7 @@ "peelenmaas": "https://afvalkalender.peelenmaas.nl", "prezero": "https://inzamelwijzer.prezero.nl", "purmerend": "https://afvalkalender.purmerend.nl", + "saver": "https://saver.nl", "schouwen-duiveland": "https://afvalkalender.schouwen-duiveland.nl", "spaarnelanden": "https://afvalwijzer.spaarnelanden.nl", "sudwestfryslan": "https://afvalkalender.sudwestfryslan.nl",