Skip to content

Commit

Permalink
fix assen and end year date sort bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Dec 28, 2023
1 parent d84052d commit 584d0c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions custom_components/afvalwijzer/common/main_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def _waste_type_rename(item_name):
item_name = "chemisch"
if item_name == "plastic":
item_name = "plastic"
if item_name == "pdb":
item_name = "pmd"
if item_name == "packages":
item_name = "pmd"
if item_name == "paper":
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/const/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

API = "api"
NAME = "afvalwijzer"
VERSION = "2023.12.01"
VERSION = "2023.12.02"
ISSUE_URL = "https://github.com/xirixiz/homeassistant-afvalwijzer/issues"

SENSOR_COLLECTOR_TO_URL = {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/xirixiz/homeassistant-afvalwijzer/issues",
"requirements": [],
"version": "2023.12.01"
"version": "2023.12.02"
}

0 comments on commit 584d0c9

Please sign in to comment.