Bump pyarlo==0.2.2 (#17673)

* Bump pyarlo to 0.2.2, fixes #17427

* Increase log level for refresh message to clear up logs
This commit is contained in:
Luke Fritz 2018-10-21 12:54:51 -05:00 committed by Daniel Høyer Iversen
parent 2d980f2a92
commit 95371fe4a6
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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