Add android ip webcam support for aiohttp2 (#6940)
This commit is contained in:
parent
e4e7141ae7
commit
8f4fd951e5
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ from homeassistant.util.dt import utcnow
|
|||
from homeassistant.components.camera.mjpeg import (
|
||||
CONF_MJPEG_URL, CONF_STILL_IMAGE_URL)
|
||||
|
||||
REQUIREMENTS = ['pydroid-ipcam==0.7']
|
||||
REQUIREMENTS = ['pydroid-ipcam==0.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -503,7 +503,7 @@ pycmus==0.1.0
|
|||
pydispatcher==2.0.5
|
||||
|
||||
# homeassistant.components.android_ip_webcam
|
||||
pydroid-ipcam==0.7
|
||||
pydroid-ipcam==0.8
|
||||
|
||||
# homeassistant.components.sensor.ebox
|
||||
pyebox==0.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue