From 9ab641417ef316946c715983a1e4bf8af97d7cc6 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 19 Feb 2019 14:10:57 +0100 Subject: [PATCH] Add support for more super custom file names --- 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 1b88e56..15fea81 100644 --- a/custom_components/custom_updater.py +++ b/custom_components/custom_updater.py @@ -14,11 +14,11 @@ from homeassistant.components.http import HomeAssistantView from homeassistant.helpers.event import async_track_time_interval -VERSION = '4.2.0' +VERSION = '4.2.1' _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pyupdate==1.2.2'] +REQUIREMENTS = ['pyupdate==1.2.3'] CONF_TRACK = 'track' CONF_HIDE_SENSOR = 'hide_sensor'