From c8f5f4fde84786dc50d124d2b60b83e77f9cda89 Mon Sep 17 00:00:00 2001 From: abmantis Date: Thu, 6 Dec 2018 23:12:17 +0000 Subject: [PATCH 1/2] update edp_redy version --- homeassistant/components/edp_redy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/edp_redy.py b/homeassistant/components/edp_redy.py index 210d7eb6afc972..10780103613367 100644 --- a/homeassistant/components/edp_redy.py +++ b/homeassistant/components/edp_redy.py @@ -26,7 +26,7 @@ DATA_UPDATE_TOPIC = '{0}_data_update'.format(DOMAIN) UPDATE_INTERVAL = 60 -REQUIREMENTS = ['edp_redy==0.0.2'] +REQUIREMENTS = ['edp_redy==0.0.3'] CONFIG_SCHEMA = vol.Schema({ DOMAIN: vol.Schema({ From 4e2342a1e83180504a08eec17eb6826e32d162a7 Mon Sep 17 00:00:00 2001 From: abmantis Date: Sat, 8 Dec 2018 18:08:42 +0000 Subject: [PATCH 2/2] update requirements_all.txt --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index c56bf8888e5fe5..4c90302e43a852 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -325,7 +325,7 @@ dsmr_parser==0.12 dweepy==0.3.0 # homeassistant.components.edp_redy -edp_redy==0.0.2 +edp_redy==0.0.3 # homeassistant.components.media_player.horizon einder==0.3.1