core/homeassistant/components/foscam
Sergio Conde Gómez f6b8cffeaf Add PTZ support to Foscam camera component (#27238)
* Add PTZ support to Foscam camera component

* Address review comments:

 - Move service to foscam domain
 - Use `dict[key]` for required schema keys or with defaults
 - Fix sync operations in async context
 - Remove excessive logging

* Fix import order

* Move all the initialization to setup_platform and fix motion detection status logic

* Move function dictionary out of the function.

* Change user input to lowercase snake case

* Change user input to lowercase snake case

* Fix service example value

* Omit foscam const module from code coverage tests

* Add myself to foscam codeowners
2019-10-07 13:17:43 +02:00
..
__init__.py
camera.py Add PTZ support to Foscam camera component (#27238) 2019-10-07 13:17:43 +02:00
const.py Add PTZ support to Foscam camera component (#27238) 2019-10-07 13:17:43 +02:00
manifest.json Add PTZ support to Foscam camera component (#27238) 2019-10-07 13:17:43 +02:00
services.yaml Add PTZ support to Foscam camera component (#27238) 2019-10-07 13:17:43 +02:00