mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
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
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user