* Add vivotek camera component * Update vivotek camera compontent Use async request to enable/disable motion detection * Update Vivotek camera - Use HTTPS - Use IP address for still and stream * Update vivotek component - Add brand and model properties - Add state property - Use attribute to save motion detection status * Add vivotek camera to .coveragerc * Update vivotek camera Fix lint errors * Update vivotek camera Remove unused method * Update Vivotek integration to use libpyvivotek Use libpyvivotek instead of directly making HTTPS API calls. * Update Vivotek component Address code review. - Remove unused code - Replace async methods with synchronous methods - Update docstrings * Linter fixes for Vivotek component * Update Vivotek camera component - Add SSL option - Remove authentication options as only basic authentication is currently working * Update Vivotek camera component - Make frame rate configurable - Require username and password * Remove unused constants in Vivotek component * Update Vivotek camera integration - Use libpyvivotek v0.2.1 with better response parsing - Use add_entities instead of async_add_entities * Update Vivotek camera component - Build camera and stream source ouside VivotekCam - Remove unnecessary _stream_source attribute * Update Vivotek camera component - Move brand to constant - Move _supported_features to property * Update Vivotek camera compontent to remove unused property
1 line
36 B
Python
1 line
36 B
Python
"""The Vivotek camera component."""
|