Add android ip webcam support for aiohttp2 (#6940)

This commit is contained in:
Pascal Vizeli 2017-04-05 06:40:19 +02:00 committed by Paulus Schoutsen
parent e4e7141ae7
commit 8f4fd951e5
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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