From 95a4835fcba8ff5b43eb8be7b8ce9321a991969c Mon Sep 17 00:00:00 2001 From: ludeeus Date: Fri, 15 Feb 2019 17:13:39 +0100 Subject: [PATCH] Bump versions --- custom_components/custom_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/custom_updater.py b/custom_components/custom_updater.py index d888516..250b5ef 100644 --- a/custom_components/custom_updater.py +++ b/custom_components/custom_updater.py @@ -16,7 +16,7 @@ _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['pyupdate==0.2.25'] +REQUIREMENTS = ['pyupdate==0.2.26'] CONF_TRACK = 'track' CONF_HIDE_SENSOR = 'hide_sensor'