mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Bump uvcclient to 0.10.1 to work with beta NVR releases (#9423)
This commit is contained in:
parent
5b453ca53a
commit
07cb7b3d54
@ -14,7 +14,7 @@ from homeassistant.const import CONF_PORT
|
|||||||
from homeassistant.components.camera import Camera, PLATFORM_SCHEMA
|
from homeassistant.components.camera import Camera, PLATFORM_SCHEMA
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['uvcclient==0.10.0']
|
REQUIREMENTS = ['uvcclient==0.10.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -978,7 +978,7 @@ uber_rides==0.5.2
|
|||||||
upsmychoice==1.0.6
|
upsmychoice==1.0.6
|
||||||
|
|
||||||
# homeassistant.components.camera.uvc
|
# homeassistant.components.camera.uvc
|
||||||
uvcclient==0.10.0
|
uvcclient==0.10.1
|
||||||
|
|
||||||
# homeassistant.components.volvooncall
|
# homeassistant.components.volvooncall
|
||||||
volvooncall==0.3.3
|
volvooncall==0.3.3
|
||||||
|
@ -139,7 +139,7 @@ sqlalchemy==1.1.13
|
|||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
|
||||||
# homeassistant.components.camera.uvc
|
# homeassistant.components.camera.uvc
|
||||||
uvcclient==0.10.0
|
uvcclient==0.10.1
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
warrant==0.2.0
|
warrant==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user