core/homeassistant/components/camera
viswa-swami 659dc2e557 Fixing foscam library dependency/requirements (#9387)
* Added support to enable/disable motion detection for foscam cameras. This support was added in 0.48.1 as a generic service for cameras. Motion detection can be enabled/disabled for foscam cameras with this code-set.

* Fixed the violation identified by hound-bot

* Fixed the comment posted by HoundCI-Bot regarding using imperative mood statement for pydocstyle

* Fixed the error that travis-ci bot found.

* As per comment from @balloob, Instead of directly using the URL to talk to foscam, used a 3rd party foscam library to communicate with it. This library already has support to enable/disable motion detection and also APIs to change the motion detection schedule etc. Need to add more support in the pyfoscam 3rd party library for checking if motion was detected or even if sound was detected. Once that is done, we can add that into HASS as well.

* Lint

* Removed the requests library import which is not used anymore

* Updating requirements_all.txt based on the code-base of home assistant that i have. Generated using the gen_requirements_all.py script

* Updating requirements_all.txt and requirements_test_all.txt generated by gen_requirements_all.py after latest pull from origin/dev

* Updated requirements_all.txt with script

* Updated the foscam camera code to fix lint errors

* Fixed houndci violation

* Updating the foscam library dependency/requirements.

* Fixing the requirements_all file. Somehow when i generated, it generated duplicate entry for the same dependency
2017-09-11 21:43:55 -07:00
..
__init__.py Add bind_hass to components (#8502) 2017-07-16 10:14:46 -07:00
amcrest.py Refactored Amcrest to use central hub component (#8184) 2017-07-11 10:10:10 +02:00
arlo.py Fix Arlo Q not working with 0.48.1 (#8446) 2017-07-11 23:25:55 -07:00
axis.py Axis service vapix call (#7794) 2017-06-24 00:14:57 -07:00
blink.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
bloomsky.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
demo.py Camera services arm disarm including Netgear Arlo (#7961) 2017-06-30 21:06:56 -07: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
ffmpeg.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
foscam.py Fixing foscam library dependency/requirements (#9387) 2017-09-11 21:43:55 -07:00
generic.py add option to set content_type in camera.generic to support 'svg cameras' (#8188) 2017-06-25 12:25:14 -07:00
local_file.py guess the content_type in local_file cameras (#8217) 2017-06-26 22:36:35 +02:00
mjpeg.py Replace executor with async_add_job (#7658) 2017-05-26 08:28:07 -07:00
mqtt.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
neato.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
nest.py Nest fixes (#5011) 2016-12-22 20:22:07 +01:00
netatmo.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
onvif.py added onvif camera fix for non-virtual env installations (#8592) 2017-07-24 15:22:12 +02:00
rpi_camera.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
services.yaml Camera services arm disarm including Netgear Arlo (#7961) 2017-06-30 21:06:56 -07:00
synology.py Change line endings to LN (#7660) 2017-05-19 07:39:13 -07:00
usps.py Refactor USPS into component with Sensors+Camera (#8679) 2017-08-18 23:47:36 +02:00
uvc.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
verisure.py verisure component names (#8251) 2017-06-30 08:53:14 +02:00
zoneminder.py camera.zoneminder: Handle old versions of zoneminder (#7589) 2017-05-13 23:09:44 -07:00