File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11"""
22Sensor component for waste pickup dates from dutch waste collectors (using the http://www.opzet.nl app)
33Original Author: Pippijn Stortelder
4- Current Version: 2.0.4 20190123 - Pippijn Stortelder
4+ Current Version: 2.0.5 20190130 - Pippijn Stortelder
5520190116 - Merged different waste collectors into 1 component
6620190119 - Added an option to change date format and fixed spelling mistakes
7720190122 - Refactor code and bug fix
8820190123 - Added 12 more waste collectors
9+ 20190130 - FIXED PMD for some waste collectors
910
1011Description:
1112 Provides sensors for the following Dutch waste collectors;
7475from homeassistant .util import Throttle
7576from homeassistant .helpers .entity import Entity
7677
77- __version__ = '2.0.4 '
78+ __version__ = '2.0.5 '
7879
7980_LOGGER = logging .getLogger (__name__ )
8081
122123 'sloop' : 'sloopafval' ,
123124 'klein chemisch afval' : 'kca' ,
124125 'kca' : 'kca' ,
126+ 'pmd' : 'pmd' ,
125127 'textiel' : 'textiel' ,
126128 'kerstbo' : 'kerstbomen' ,
127129 'snoeiafval' : 'snoeiafval' ,
You can’t perform that action at this time.
0 commit comments