From ea62deda592b62fe57b5141853f58d646ab6946f Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 13 Jan 2018 14:00:04 -0500 Subject: [PATCH] Update Pyarlo to 0.1.2 (#11626) --- homeassistant/components/arlo.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/arlo.py b/homeassistant/components/arlo.py index a78b334de0b..a928ed108c9 100644 --- a/homeassistant/components/arlo.py +++ b/homeassistant/components/arlo.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index dbe8d7e058f..1572695552a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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