From 8f4fd951e5d680e6e1fa6892fb747dc3d296d88a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli <pascal.vizeli@syshack.ch> Date: Wed, 5 Apr 2017 06:40:19 +0200 Subject: [PATCH] Add android ip webcam support for aiohttp2 (#6940) --- homeassistant/components/android_ip_webcam.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/android_ip_webcam.py b/homeassistant/components/android_ip_webcam.py index 7699242e478..2fb039f0ab3 100644 --- a/homeassistant/components/android_ip_webcam.py +++ b/homeassistant/components/android_ip_webcam.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index b656daf4a11..3e442816c9f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 -- GitLab