Pump Android ip webcam to 0.6 (#6665)
* Pump Android ip webcam to 0.5 * update to 0.6
This commit is contained in:
parent
e3edff8a72
commit
c8e1ffad89
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ from homeassistant.components.camera.mjpeg import (
|
|||
CONF_MJPEG_URL, CONF_STILL_IMAGE_URL)
|
||||
|
||||
DOMAIN = 'android_ip_webcam'
|
||||
REQUIREMENTS = ["pydroid-ipcam==0.4"]
|
||||
REQUIREMENTS = ["pydroid-ipcam==0.6"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
SCAN_INTERVAL = timedelta(seconds=10)
|
||||
|
|
|
@ -480,7 +480,7 @@ pycmus==0.1.0
|
|||
pydispatcher==2.0.5
|
||||
|
||||
# homeassistant.components.android_ip_webcam
|
||||
pydroid-ipcam==0.4
|
||||
pydroid-ipcam==0.6
|
||||
|
||||
# homeassistant.components.sensor.ebox
|
||||
pyebox==0.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue