tchellomello / python-arlo

Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
GNU Lesser General Public License v3.0
100 stars 35 forks source link

Fix issue where ambient sensor data is never updated #90

Closed lukiffer closed 6 years ago

lukiffer commented 6 years ago

Oversight on my part originally - the get_ambient_sensor_data() method was never called when the ArloBaseStation.update() method is called.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.02%) to 78.819% when pulling f7a7e1ed1ed05f3997d66940a5bdfde1faa5f18b on lukiffer:fix/baby-stats-update into 0fccabe0181e5f428591acc3bf4be9b5722e31e4 on tchellomello:master.

tchellomello commented 6 years ago

@lukiffer I'm going to publish the new package tonight. Can you submit a PR to home assistant to bump the pyarlo module too?

lukiffer commented 6 years ago

@tchellomello I'm wrapping up the unit tests to get https://github.com/home-assistant/home-assistant/pull/15074 merged. Should I just bump the package version with that PR or submit a separate one?

tchellomello commented 6 years ago

@lukiffer you can bump on that PR itself. Give me about 10 minutes and the new package will be published for you. I'll let you know.

tchellomello commented 6 years ago

@lukiffer there we go!! https://pypi.org/project/pyarlo/0.1.9/ 0.1.9 is published!

Thanks @lukiffer