From 052cd3fc53505e25896b31e04a5fab1e77ebe8f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <mail@fabian-affolter.ch> Date: Tue, 30 May 2017 18:26:26 +0200 Subject: [PATCH] Upgrade PyMVGLive to 1.1.4 (#7832) --- homeassistant/components/sensor/mvglive.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/mvglive.py b/homeassistant/components/sensor/mvglive.py index 3bb027c6e7e..d1f101fc02f 100644 --- a/homeassistant/components/sensor/mvglive.py +++ b/homeassistant/components/sensor/mvglive.py @@ -16,7 +16,7 @@ from homeassistant.const import ( CONF_NAME, ATTR_ATTRIBUTION, STATE_UNKNOWN ) -REQUIREMENTS = ['PyMVGLive==1.1.3'] +REQUIREMENTS = ['PyMVGLive==1.1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 0b6cfcc8c72..df8582b701e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -24,7 +24,7 @@ PyISY==1.0.7 PyJWT==1.4.2 # homeassistant.components.sensor.mvglive -PyMVGLive==1.1.3 +PyMVGLive==1.1.4 # homeassistant.components.arduino PyMata==2.14 -- GitLab