From 95371fe4a6316724e5e96284e5dff7c8c3bb5b6a Mon Sep 17 00:00:00 2001 From: Luke Fritz Date: Sun, 21 Oct 2018 12:54:51 -0500 Subject: [PATCH] Bump pyarlo==0.2.2 (#17673) * Bump pyarlo to 0.2.2, fixes #17427 * Increase log level for refresh message to clear up logs --- homeassistant/components/arlo.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/arlo.py b/homeassistant/components/arlo.py index 015e1e0d1fc..f7d9f012f65 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.0'] +REQUIREMENTS = ['pyarlo==0.2.2'] _LOGGER = logging.getLogger(__name__) @@ -81,7 +81,7 @@ def setup(hass, config): def hub_refresh(event_time): """Call ArloHub to refresh information.""" - _LOGGER.info("Updating Arlo Hub component") + _LOGGER.debug("Updating Arlo Hub component") hass.data[DATA_ARLO].update(update_cameras=True, update_base_station=True) dispatcher_send(hass, SIGNAL_UPDATE_ARLO) diff --git a/requirements_all.txt b/requirements_all.txt index 607cabeebbe..82ba4de9139 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -800,7 +800,7 @@ pyairvisual==2.0.1 pyalarmdotcom==0.3.2 # homeassistant.components.arlo -pyarlo==0.2.0 +pyarlo==0.2.2 # homeassistant.components.netatmo pyatmo==1.2