From 457708cbdaaf75a9eb5a904f395ef8c7a2793cb9 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello <tchello.mello@gmail.com> Date: Fri, 28 Dec 2018 16:51:59 -0500 Subject: [PATCH] Upgraded pyarlo to 0.2.3 (#19626) --- 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 f7d9f012f65..aebd57098b5 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.2.2'] +REQUIREMENTS = ['pyarlo==0.2.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d4138d8b132..0d81f700f83 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -891,7 +891,7 @@ pyairvisual==2.0.1 pyalarmdotcom==0.3.2 # homeassistant.components.arlo -pyarlo==0.2.2 +pyarlo==0.2.3 # homeassistant.components.netatmo pyatmo==1.4 -- GitLab