mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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
@ -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.9.0']
|
REQUIREMENTS = ['uvcclient==0.10.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -597,7 +597,7 @@ uber_rides==0.2.7
|
|||||||
urllib3
|
urllib3
|
||||||
|
|
||||||
# homeassistant.components.camera.uvc
|
# homeassistant.components.camera.uvc
|
||||||
uvcclient==0.9.0
|
uvcclient==0.10.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.volvooncall
|
# homeassistant.components.device_tracker.volvooncall
|
||||||
volvooncall==0.1.1
|
volvooncall==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user