core/homeassistant/components/camera
Hugo Dupras 213a738240 Add Netatmo component and add support for Netatmo Welcome Camera (#2233)
* Introducing the Netatmo component

As Netatmo is providing several type of device (sensor, camera), a new Netatmo
component needs to be created in order to centralize the Netatmo login data.
Currently this change only impacts the Netatmo Weather station

* Add new Netatmo library

This new API will provide access to the Welcome Camera

* Basic support for Netatmo Welcome camera

This change introduces support for Netatmo Welcome camera. Currently, it will
add all detected camera to Home Assistant, camera filtering (similar to the one
used for weather station modules) will be added later

* Remove useless REQUIREMENTS

* Fixes for Netatmo Welcome support

* Allow to filter Welcome cameras by name and/or home

* Update requirements for Netatmo components

* Fix multi-camera support for Welcome

* Fix pep8 error/warning

* This commit also adds improved logging for bad credentials

* Add Throttle decorator for Welcome update function

As the update function updates the data for all cameras, we should prevent this
function to be called several time during an interval
2016-06-09 23:31:36 -07:00
..
__init__.py Add Netatmo component and add support for Netatmo Welcome Camera (#2233) 2016-06-09 23:31:36 -07:00
bloomsky.py Fix PEP257 issues 2016-03-07 20:29:54 +01:00
demo.py Fix PEP257 issues 2016-03-07 20:29:54 +01:00
demo_0.jpg Update demo camera images 2015-11-28 23:16:20 -08:00
demo_1.jpg Update demo camera images 2015-11-28 23:16:20 -08:00
demo_2.jpg Update demo camera images 2015-11-28 23:16:20 -08:00
demo_3.jpg Update demo camera images 2015-11-28 23:16:20 -08:00
foscam.py Fix PEP257 issues 2016-03-07 20:29:54 +01:00
generic.py Fix PEP257 issues 2016-03-07 20:29:54 +01:00
mjpeg.py Tons of fixes - WIP 2016-05-21 15:01:33 -07:00
netatmo.py Add Netatmo component and add support for Netatmo Welcome Camera (#2233) 2016-06-09 23:31:36 -07:00
rpi_camera.py Add feature 2016-03-27 20:49:04 +02:00
uvc.py Add support for UniFi Video >= 3.2.0 2016-06-06 20:28:52 -07:00