Update Pyarlo to 0.1.2 (#11626)
parent
3e43f4e58e
commit
ea62deda59
|
@ -12,7 +12,7 @@ from requests.exceptions import HTTPError, ConnectTimeout
|
|||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||
|
||||
REQUIREMENTS = ['pyarlo==0.1.0']
|
||||
REQUIREMENTS = ['pyarlo==0.1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -640,7 +640,7 @@ pyairvisual==1.0.0
|
|||
pyalarmdotcom==0.3.0
|
||||
|
||||
# homeassistant.components.arlo
|
||||
pyarlo==0.1.0
|
||||
pyarlo==0.1.2
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
pyasn1-modules==0.1.5
|
||||
|
|
Loading…
Reference in New Issue