From 6e55c2a3453e02523a684987019f2bff0eb79895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Sat, 8 Dec 2018 14:16:16 -0600 Subject: [PATCH] update edp_redy version (#19078) * update edp_redy version * update requirements_all.txt --- homeassistant/components/edp_redy.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/edp_redy.py b/homeassistant/components/edp_redy.py index 210d7eb6afc..10780103613 100644 --- a/homeassistant/components/edp_redy.py +++ b/homeassistant/components/edp_redy.py @@ -26,7 +26,7 @@ EDP_REDY = 'edp_redy' 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({ diff --git a/requirements_all.txt b/requirements_all.txt index aa2e52e13ba..7907b7c0f8d 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