From 419ec7f7a7df5dc7d8fd1bfb40a2ca09cfc66ce4 Mon Sep 17 00:00:00 2001
From: Derek Brooks <derek@broox.com>
Date: Sun, 24 Dec 2017 09:43:56 -0700
Subject: [PATCH] bump to python-nuheat 0.3.0

---
 homeassistant/components/nuheat.py | 2 +-
 requirements_all.txt               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/nuheat.py b/homeassistant/components/nuheat.py
index 08941359dc8..41db3e51842 100644
--- a/homeassistant/components/nuheat.py
+++ b/homeassistant/components/nuheat.py
@@ -12,7 +12,7 @@ from homeassistant.const import CONF_USERNAME, CONF_PASSWORD, CONF_DEVICES
 from homeassistant.helpers import config_validation as cv
 from homeassistant.helpers import discovery
 
-REQUIREMENTS = ["nuheat==0.2.0"]
+REQUIREMENTS = ["nuheat==0.3.0"]
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 66f5abffd09..e7d0f348e42 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -501,7 +501,7 @@ neurio==0.3.1
 nsapi==2.7.4
 
 # homeassistant.components.nuheat
-nuheat==0.2.0
+nuheat==0.3.0
 
 # homeassistant.components.binary_sensor.trend
 # homeassistant.components.image_processing.opencv
-- 
GitLab