From 168bb47d328293c193d9eaf2979311c0b1aa7910 Mon Sep 17 00:00:00 2001 From: Bram van Dartel Date: Fri, 26 Apr 2019 04:38:31 +0200 Subject: [PATCH] Update sensor.py --- custom_components/afvalwijzer/sensor.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/afvalwijzer/sensor.py b/custom_components/afvalwijzer/sensor.py index 3fd8795..473f14c 100644 --- a/custom_components/afvalwijzer/sensor.py +++ b/custom_components/afvalwijzer/sensor.py @@ -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: @@ -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