mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
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
@ -27,7 +27,7 @@ from homeassistant.components.camera.mjpeg import (
|
|||||||
CONF_MJPEG_URL, CONF_STILL_IMAGE_URL)
|
CONF_MJPEG_URL, CONF_STILL_IMAGE_URL)
|
||||||
|
|
||||||
DOMAIN = 'android_ip_webcam'
|
DOMAIN = 'android_ip_webcam'
|
||||||
REQUIREMENTS = ["pydroid-ipcam==0.4"]
|
REQUIREMENTS = ["pydroid-ipcam==0.6"]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
SCAN_INTERVAL = timedelta(seconds=10)
|
SCAN_INTERVAL = timedelta(seconds=10)
|
||||||
|
@ -480,7 +480,7 @@ pycmus==0.1.0
|
|||||||
pydispatcher==2.0.5
|
pydispatcher==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.android_ip_webcam
|
# homeassistant.components.android_ip_webcam
|
||||||
pydroid-ipcam==0.4
|
pydroid-ipcam==0.6
|
||||||
|
|
||||||
# homeassistant.components.sensor.ebox
|
# homeassistant.components.sensor.ebox
|
||||||
pyebox==0.1.0
|
pyebox==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user