From 7055ae8e8ab0229a8427fec21964296255ecfdd6 Mon Sep 17 00:00:00 2001 From: Pippijn Stortelder Date: Wed, 5 Jun 2024 13:22:40 +0200 Subject: [PATCH] Fix for RWM API (credit @HArpid) --- custom_components.json | 2 +- custom_components/afvalbeheer/__init__.py | 5 +++-- custom_components/afvalbeheer/manifest.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/custom_components.json b/custom_components.json index f099b4b..58dea86 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,6 +1,6 @@ { "sensor.afvalbeheer": { - "version": "5.3.4", + "version": "5.3.5", "local_location": "/custom_components/afvalbeheer/__init__.py", "remote_location": "https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/__init__.py", "visit_repo": "https://github.com/pippyn/Home-Assistant-Sensor-Afvalbeheer", diff --git a/custom_components/afvalbeheer/__init__.py b/custom_components/afvalbeheer/__init__.py index 6cecf5b..b34b5b9 100644 --- a/custom_components/afvalbeheer/__init__.py +++ b/custom_components/afvalbeheer/__init__.py @@ -1,7 +1,7 @@ """ Sensor component for waste pickup dates from dutch and belgium waste collectors Original Author: Pippijn Stortelder -Current Version: 5.3.4 20240531 +Current Version: 5.3.5 20240605 20230705 - Added support for Afval3xBeter 20230822 - Fix icon for papier-pmd 20230927 - Fix ZRD API @@ -23,6 +23,7 @@ 20240325 - Fix spelling mistake in "Eerstvolgende" 20240414 - Fix deprecation warning for discovery 20240531 - Sort output of upcomming sensors +20240605 - Fix for RWM API Example config: Configuration.yaml: @@ -59,7 +60,7 @@ from .API import get_wastedata_from_config -__version__ = "5.3.4" +__version__ = "5.3.5" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/afvalbeheer/manifest.json b/custom_components/afvalbeheer/manifest.json index 0dbce24..60e63d4 100644 --- a/custom_components/afvalbeheer/manifest.json +++ b/custom_components/afvalbeheer/manifest.json @@ -8,5 +8,5 @@ "rsa", "pycryptodome" ], - "version": "5.3.4" + "version": "5.3.5" }