Bump uvcclient to 0.10.0 (#5175)
This brings fixes for newer versions of unifi-video and a few fixes.
This commit is contained in:
parent
3f7a629079
commit
6ed3c69604
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue