From c69005d10df8905760d0e7757715342e9bd81fa9 Mon Sep 17 00:00:00 2001 From: Pippijn Stortelder Date: Fri, 21 Oct 2022 13:34:07 +0200 Subject: [PATCH] Fix for Mijn AfvalWijzer --- 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 8c4b890..23413cf 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,6 +1,6 @@ { "sensor.afvalbeheer": { - "version": "5.0.6", + "version": "5.0.7", "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 0fec2e6..c0f0513 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.0.6 202201019 +Current Version: 5.0.7 202201021 20220829 - Major change: Added Calendar support (credits @WouterTuinstra) 20220829 - Give persistant notifications unique id's 20220901 - Code cleanup @@ -10,6 +10,7 @@ 20221015 - Fix Meerlanden 20221018 - Restore entity picture 20221019 - Add new icons +20221021 - Fix for Mijn AfvalWijzer Example config: Configuration.yaml: @@ -45,7 +46,7 @@ from .API import Get_WasteData_From_Config -__version__ = "5.0.6" +__version__ = "5.0.7" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/afvalbeheer/manifest.json b/custom_components/afvalbeheer/manifest.json index ab0c6d9..4fef163 100644 --- a/custom_components/afvalbeheer/manifest.json +++ b/custom_components/afvalbeheer/manifest.json @@ -8,5 +8,5 @@ "rsa", "pycryptodome" ], - "version": "5.0.3" + "version": "5.0.7" }