Skip to content

Commit 0605108

Browse files
authored
Update afvalbeheer.py
1 parent b7af52b commit 0605108

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

afvalbeheer.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
"""
22
Sensor component for waste pickup dates from dutch waste collectors (using the http://www.opzet.nl app)
33
Original Author: Pippijn Stortelder
4-
Current Version: 2.0.4 20190123 - Pippijn Stortelder
4+
Current Version: 2.0.5 20190130 - Pippijn Stortelder
55
20190116 - Merged different waste collectors into 1 component
66
20190119 - Added an option to change date format and fixed spelling mistakes
77
20190122 - Refactor code and bug fix
88
20190123 - Added 12 more waste collectors
9+
20190130 - FIXED PMD for some waste collectors
910
1011
Description:
1112
Provides sensors for the following Dutch waste collectors;
@@ -74,7 +75,7 @@
7475
from homeassistant.util import Throttle
7576
from homeassistant.helpers.entity import Entity
7677

77-
__version__ = '2.0.4'
78+
__version__ = '2.0.5'
7879

7980
_LOGGER = logging.getLogger(__name__)
8081

@@ -122,6 +123,7 @@
122123
'sloop': 'sloopafval',
123124
'klein chemisch afval': 'kca',
124125
'kca': 'kca',
126+
'pmd': 'pmd',
125127
'textiel': 'textiel',
126128
'kerstbo': 'kerstbomen',
127129
'snoeiafval': 'snoeiafval',

0 commit comments

Comments
 (0)