From 6872daab8997865fcac5971a780082c9d231a499 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Mon, 22 May 2017 17:00:41 -0700 Subject: [PATCH] update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (#7722) --- homeassistant/components/apcupsd.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/apcupsd.py b/homeassistant/components/apcupsd.py index 72db3e06dee..b2423d44623 100644 --- a/homeassistant/components/apcupsd.py +++ b/homeassistant/components/apcupsd.py @@ -13,7 +13,7 @@ from homeassistant.const import (CONF_HOST, CONF_PORT) import homeassistant.helpers.config_validation as cv from homeassistant.util import Throttle -REQUIREMENTS = ['apcaccess==0.0.4'] +REQUIREMENTS = ['apcaccess==0.0.10'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 39216567652..a577999c95d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -62,7 +62,7 @@ amcrest==1.2.0 anthemav==1.1.8 # homeassistant.components.apcupsd -apcaccess==0.0.4 +apcaccess==0.0.10 # homeassistant.components.notify.apns apns2==0.1.1