mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Upgrade pyarlo to 0.1.8 to support Arlo Baby monitor (#15060)
This commit is contained in:
parent
fca5d55b43
commit
1f8699d9b4
@ -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.1.7']
|
||||
REQUIREMENTS = ['pyarlo==0.1.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -739,7 +739,7 @@ pyairvisual==2.0.1
|
||||
pyalarmdotcom==0.3.2
|
||||
|
||||
# homeassistant.components.arlo
|
||||
pyarlo==0.1.7
|
||||
pyarlo==0.1.8
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
pyasn1-modules==0.1.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user