Skip to content

Commit

Permalink
Fix for RWM API (credit @HArpid)
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn committed Jun 5, 2024
1 parent 53e6a25 commit 7055ae8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions custom_components/afvalbeheer/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -59,7 +60,7 @@
from .API import get_wastedata_from_config


__version__ = "5.3.4"
__version__ = "5.3.5"


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalbeheer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"rsa",
"pycryptodome"
],
"version": "5.3.4"
"version": "5.3.5"
}

0 comments on commit 7055ae8

Please sign in to comment.