mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (#7722)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user