Skip to content

Commit

Permalink
Fix for Mijn AfvalWijzer
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn committed Oct 21, 2022
1 parent 46947d4 commit c69005d
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.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",
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.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
Expand All @@ -10,6 +10,7 @@
20221015 - Fix Meerlanden
20221018 - Restore entity picture
20221019 - Add new icons
20221021 - Fix for Mijn AfvalWijzer
Example config:
Configuration.yaml:
Expand Down Expand Up @@ -45,7 +46,7 @@
from .API import Get_WasteData_From_Config


__version__ = "5.0.6"
__version__ = "5.0.7"


_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.0.3"
"version": "5.0.7"
}

0 comments on commit c69005d

Please sign in to comment.