Skip to content

Commit

Permalink
Upgrade pyarlo to 0.1.8 to support Arlo Baby monitor (home-assistant#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello authored and MartinHjelmare committed Jun 20, 2018
1 parent fca5d55 commit 1f8699d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/arlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8699d

Please sign in to comment.