Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Update ophaalkalender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pippyn authored Feb 7, 2019
1 parent 03eb2f6 commit 4215324
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ophaalkalender.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Sensor component for waste pickup dates from dutch waste collectors (using the http://www.opzet.nl app)
Original Author: Pippijn Stortelder
Current Version: 1.0.0 20190204 - Pippijn Stortelder
Current Version: 1.0.1 20190207 - Pippijn Stortelder
20190207 - Changed Groenafval to GFT
"""

import logging
Expand All @@ -16,7 +17,7 @@
from homeassistant.util import Throttle
from homeassistant.helpers.entity import Entity

__version__ = '1.0.0'
__version__ = '1.0.1'

_LOGGER = logging.getLogger(__name__)

Expand All @@ -39,7 +40,7 @@
}

RENAME_TITLES = {
'tuinafval': 'tuinafval',
'tuinafval': 'gft',
'p-k': 'papier',
'rest': 'restafval',
'Grof huisvuil': 'grofafval',
Expand Down

0 comments on commit 4215324

Please sign in to comment.