Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Dec 10, 2019
1 parent 9680629 commit ce5d7b3
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 : 28/04/2019
@ Date : 10/12/2019
@ Description : Afvalwijzer Json/Scraper Sensor - It queries mijnafvalwijzer.nl or afvalstoffendienstkalender.nl.
sensor:
Expand All @@ -19,9 +19,10 @@
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
22-09-2019 - Add bs4 as a requirement in manifest.json (for hassio)
10-12-2019 - Fix whitespace bug
"""

VERSION = '3.0.10'
VERSION = '3.0.11'

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

0 comments on commit ce5d7b3

Please sign in to comment.