From b72b6ff695245b927405ee9428bcd09568ea080a Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 3 Feb 2019 11:25:53 +0100 Subject: [PATCH] Fixes issues with lovelacegen --- custom_components/custom_updater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/custom_updater.py b/custom_components/custom_updater.py index 56335eb..835e9ff 100644 --- a/custom_components/custom_updater.py +++ b/custom_components/custom_updater.py @@ -10,11 +10,11 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.event import track_time_interval -VERSION = '3.1.9' +VERSION = '3.1.10' _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pyupdate==0.2.17'] +REQUIREMENTS = ['pyupdate==0.2.18'] CONF_TRACK = 'track' CONF_HIDE_SENSOR = 'hide_sensor'