From 6bd120ff1d5ba54336a3f19fa39bbdb1aaa9b468 Mon Sep 17 00:00:00 2001
From: William Scanlon <william.joseph.scanlon@gmail.com>
Date: Tue, 11 Sep 2018 21:45:51 -0400
Subject: [PATCH] Bump pyeconet (#16571)

* Updated pyeconet to the newest version to deal with econet API change
---
 homeassistant/components/climate/econet.py | 2 +-
 requirements_all.txt                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/climate/econet.py b/homeassistant/components/climate/econet.py
index 9350b8f853d..8be640c37e1 100644
--- a/homeassistant/components/climate/econet.py
+++ b/homeassistant/components/climate/econet.py
@@ -18,7 +18,7 @@ from homeassistant.const import (
     TEMP_FAHRENHEIT)
 import homeassistant.helpers.config_validation as cv
 
-REQUIREMENTS = ['pyeconet==0.0.5']
+REQUIREMENTS = ['pyeconet==0.0.6']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 14e9f753246..63861d2ab3d 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -839,7 +839,7 @@ pydukeenergy==0.0.6
 pyebox==1.1.4
 
 # homeassistant.components.climate.econet
-pyeconet==0.0.5
+pyeconet==0.0.6
 
 # homeassistant.components.switch.edimax
 pyedimax==0.1
-- 
GitLab