From 1f8699d9b409cfc5f2ea3ebedc72b3a5c1c2ec99 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Wed, 20 Jun 2018 01:50:38 -0400 Subject: [PATCH] Upgrade pyarlo to 0.1.8 to support Arlo Baby monitor (#15060) --- 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 cd2c13ad292..fa58c9b0baa 100644 --- a/homeassistant/components/arlo.py +++ b/homeassistant/components/arlo.py @@ -16,7 +16,7 @@ from homeassistant.const import ( from homeassistant.helpers.event import track_time_interval from homeassistant.helpers.dispatcher import dispatcher_send -REQUIREMENTS = ['pyarlo==0.1.7'] +REQUIREMENTS = ['pyarlo==0.1.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 93d34fa1d30..c851ad8f01d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -739,7 +739,7 @@ pyairvisual==2.0.1 pyalarmdotcom==0.3.2 # homeassistant.components.arlo -pyarlo==0.1.7 +pyarlo==0.1.8 # homeassistant.components.notify.xmpp pyasn1-modules==0.1.5