hass-core/homeassistant/components/camera
viswa-swami 9704057959 Fix Arlo Q not working with 0.48.1 (#8446)
* This change will enable the functionality for Arlo Q cameras. When we added the code to enable/disable motion detection, we assumed that base station will be present for all arlo type of cameras. But found recently that Arlo Q cameras does not have base station. So, removed the base_station dependency in the init code. Also added code in enable/disable motion detection code to first check if base station is detected by library. If base station is detected then it will use it to enable the motion detection. If not detected, even if service was called, it will not do anything.  Enabling/disabling the motion detection for Arlo Q cameras have to added by someone who has that camera.  I don't have the Arlo Q cameras.

* Fixed a typo in the code.
2017-07-11 23:25:55 -07:00
..
__init__.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -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 Update docstrings (#7361) 2017-04-29 22:04:49 -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 component (#7979) 2017-06-15 22:28:17 -07: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
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