Skip to content

Commit

Permalink
Add mapping for PMD-Rest in Ximmio
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn committed Jul 11, 2024
1 parent 7055ae8 commit 3fcd109
Show file tree
Hide file tree
Showing 4 changed files with 6 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.5",
"version": "5.3.6",
"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
1 change: 1 addition & 0 deletions custom_components/afvalbeheer/API.py
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@ class XimmioCollector(WasteCollector):
'BRANCHES': WASTE_TYPE_BRANCHES,
'BULKLITTER': WASTE_TYPE_BULKLITTER,
'BULKYGARDENWASTE': WASTE_TYPE_BULKYGARDENWASTE,
'BULKYRESTWASTE': WASTE_TYPE_PMD_GREY,
'GLASS': WASTE_TYPE_GLASS,
'GREENGREY': WASTE_TYPE_GREENGREY,
'GREEN': WASTE_TYPE_GREEN,
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.5 20240605
Current Version: 5.3.6 20240711
20230705 - Added support for Afval3xBeter
20230822 - Fix icon for papier-pmd
20230927 - Fix ZRD API
Expand All @@ -24,6 +24,7 @@
20240414 - Fix deprecation warning for discovery
20240531 - Sort output of upcomming sensors
20240605 - Fix for RWM API
20240711 - Add mapping for PMD-Rest in Ximmio
Example config:
Configuration.yaml:
Expand Down Expand Up @@ -60,7 +61,7 @@
from .API import get_wastedata_from_config


__version__ = "5.3.5"
__version__ = "5.3.6"


_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.5"
"version": "5.3.6"
}

0 comments on commit 3fcd109

Please sign in to comment.