update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (#7722)

This commit is contained in:
Alex Harvey 2017-05-22 17:00:41 -07:00 committed by Paulus Schoutsen
parent 17cbe0c6ce
commit 6872daab89
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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