Luke Fritz
7eb5cd1267
Bump pyarlo==0.2.0, fixes #15486 ( #15503 )
2018-07-17 07:56:50 +02:00
Luke Fritz
0f1bcfd63b
Add additional sensors for Arlo Baby camera ( #15074 )
...
* Add additional sensors for Arlo Baby camera
* Fix linter errors
* Fix linter error
* Add tests for Arlo sensors
* Fix linter errors
* Bump pyarlo dependency to 0.1.9
* Remove unnecessary AttributeError except
* Fix module reference error in py35
* Fix test
* Address PR review concerns
* Convert to standalone pytest methods
* Fix linter errors
* Fix linter errors
* Fix linter errors
* Fix test
* Remove redundant check, fix async test
* Fix linter error
* Added check for total_cameras sensor, added additional attribute tests
* Add missing docstring
2018-07-06 10:26:03 +02:00
Marcelo Moreira de Mello
1f8699d9b4
Upgrade pyarlo to 0.1.8 to support Arlo Baby monitor ( #15060 )
2018-06-20 07:50:38 +02:00
Marcelo Moreira de Mello
17308a2730
Upgraded PyArlo to 0.1.7 ( #14987 )
2018-06-16 06:57:27 -04:00
Marcelo Moreira de Mello
cdc5388dc9
Refactored Arlo component and enhanced Arlo API queries and times ( #14823 )
...
* start arlo refactoring
* Refactored Arlo Hub to avoid uncessary and duplicated GETs to Arlo API
* Refactored Arlo camera component to avoid duplicate queries
* Added debug and error messages when video is not found
* Transformed Arlo Control Panel to Sync
* Makes linter happy
* Uses total_seconds() for scan_interval
* Added callback and fixed scan_interval issue
* Disable multiple tries and supported custom modes set in Arlo
* Bump PyArlo version to 0.1.4
* Makes lint happy
* Removed ArloHub object and added some tweaks
* Fixed hub_refresh method
* Makes lint happy
* Ajusted async syntax and added callbacks decorators
* Bump PyArlo version to 0.1.6 to include some enhacements
* Refined code
2018-06-12 08:01:26 +02:00
Alok Saboo
71baa6532e
Revert throttle Arlo api calls ( #13174 )
2018-03-13 14:12:28 -07:00
Alok Saboo
95a528a75f
Throttle Arlo api calls ( #13143 )
2018-03-12 13:56:33 -07:00
Otto Winter
8dcfd35b8b
Spelling fixes ( #12041 )
...
* Spelling fixes
*Lots* of them.
* Spelling breaking changes
* Fix lint errors
2018-01-29 23:37:19 +01:00
Alok Saboo
ea62deda59
Update Pyarlo to 0.1.2 ( #11626 )
2018-01-13 20:00:04 +01:00
Jeremy Williams
c2d0c8fba4
Arlo - Fixes for updated library ( #9892 )
...
* Reduce update calls to API. Add signal strength monitor.
* Fix lint errors
* Fix indent
* Update pyarlo version and review fixes
* Fix lint errors
* Remove staticmethod
* Clean up attributes
* Update arlo.py
2017-11-15 23:33:50 +01:00
Aaron Bach
43d77729c5
WIP: Fix Arlo Camera blocking IO ( #9758 )
...
* WIP: Fix Arlo Camera blocking IO
* Accidental undo
* Linting issues
* Owner-requested changes
* Bumped pyarlo version and added Throttle
* Fix
* Update requirements_all.txt
2017-10-09 11:35:05 +02:00
Fabian Affolter
fd509e188a
Arlo clean-up ( #9725 )
...
* Fix remaining isses from #9711
* More clean-up
2017-10-07 10:59:46 +02:00
Aaron Bach
1b91218a60
Updated Arlo cameras with new attributes ( #9565 )
2017-09-24 21:44:34 +02:00
Paulus Schoutsen
d0275c8075
Persistent notification import ( #8507 )
...
* Rewrite persistent notification creation
* Update components.is_on to use auto loading
* Fix two hass parameters
2017-07-16 21:39:38 +02:00
Fabian Affolter
05acf1c10a
Use constant and update ordering ( #8246 )
2017-06-30 08:46:22 +02:00
Marcelo Moreira de Mello
9762e1613d
Introduced support to Netgear Arlo Cameras ( #7826 )
...
* Introduced support to Netgear Arlo Cameras
* Using async_setup_platform() and applied other changes
* Removed unecessary variables
* Using asyncio for sensor/arlo
* Update arlo.py
* Removed entity_namespace
2017-05-31 09:25:25 +02:00