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:
parent
2d980f2a92
commit
95371fe4a6
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
||||||
from homeassistant.helpers.event import track_time_interval
|
from homeassistant.helpers.event import track_time_interval
|
||||||
from homeassistant.helpers.dispatcher import dispatcher_send
|
from homeassistant.helpers.dispatcher import dispatcher_send
|
||||||
|
|
||||||
REQUIREMENTS = ['pyarlo==0.2.0']
|
REQUIREMENTS = ['pyarlo==0.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ def setup(hass, config):
|
||||||
|
|
||||||
def hub_refresh(event_time):
|
def hub_refresh(event_time):
|
||||||
"""Call ArloHub to refresh information."""
|
"""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,
|
hass.data[DATA_ARLO].update(update_cameras=True,
|
||||||
update_base_station=True)
|
update_base_station=True)
|
||||||
dispatcher_send(hass, SIGNAL_UPDATE_ARLO)
|
dispatcher_send(hass, SIGNAL_UPDATE_ARLO)
|
||||||
|
|
|
@ -800,7 +800,7 @@ pyairvisual==2.0.1
|
||||||
pyalarmdotcom==0.3.2
|
pyalarmdotcom==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.arlo
|
# homeassistant.components.arlo
|
||||||
pyarlo==0.2.0
|
pyarlo==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==1.2
|
pyatmo==1.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue