Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Apr 26, 2019
1 parent 7856fcf commit 168bb47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/afvalwijzer/sensor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
@ Authors : Bram van Dartel
@ Date : 07/03/2019
@ Date : 26/04/2019
@ Description : Afvalwijzer Json/Scraper Sensor - It queries mijnafvalwijzer.nl or afvalstoffendienstkalender.nl.
sensor:
Expand All @@ -17,9 +17,10 @@
25-02-2019 - Update to new custom_sensor location
07-03-2019 - Make compatible for afvalstoffendienstkalender.nl as well
25-03-2019 - Remove Python 3.7.x f-strings, back to old format for beteer compatibility
26-04-2019 - Make compatible with hass 0.92
"""

VERSION = '3.0.6'
VERSION = '3.0.7'

import logging
from datetime import date, datetime, timedelta
Expand Down

0 comments on commit 168bb47

Please sign in to comment.