From 6ed3c6960480df4f6c2c0f2d6c76ad4ed6c24896 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 4 Jan 2017 10:55:16 -0800 Subject: [PATCH] Bump uvcclient to 0.10.0 (#5175) This brings fixes for newer versions of unifi-video and a few fixes. --- homeassistant/components/camera/uvc.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/camera/uvc.py b/homeassistant/components/camera/uvc.py index c29100ecaad..c5252209996 100644 --- a/homeassistant/components/camera/uvc.py +++ b/homeassistant/components/camera/uvc.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_PORT from homeassistant.components.camera import Camera, PLATFORM_SCHEMA import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['uvcclient==0.9.0'] +REQUIREMENTS = ['uvcclient==0.10.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ca0530912cc..709f7ccd8ec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -597,7 +597,7 @@ uber_rides==0.2.7 urllib3 # homeassistant.components.camera.uvc -uvcclient==0.9.0 +uvcclient==0.10.0 # homeassistant.components.device_tracker.volvooncall volvooncall==0.1.1