mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (#7722)
This commit is contained in:
committed by
Paulus Schoutsen
parent
17cbe0c6ce
commit
6872daab89
@@ -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__)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user