From f65cc68705a6f380582985c18653530fb8ed31bf Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Thu, 18 May 2017 16:38:50 -0500 Subject: [PATCH] bump ups version (#7654) --- homeassistant/components/sensor/ups.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/ups.py b/homeassistant/components/sensor/ups.py index 905cdab566e..cfb4dd7c9ce 100644 --- a/homeassistant/components/sensor/ups.py +++ b/homeassistant/components/sensor/ups.py @@ -19,7 +19,7 @@ from homeassistant.util import Throttle from homeassistant.util.dt import now, parse_date import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['upsmychoice==1.0.2'] +REQUIREMENTS = ['upsmychoice==1.0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bca69420933..69a5eba2894 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -829,7 +829,7 @@ twilio==5.7.0 uber_rides==0.4.1 # homeassistant.components.sensor.ups -upsmychoice==1.0.2 +upsmychoice==1.0.4 # homeassistant.components.camera.uvc uvcclient==0.10.0