diff --git a/homeassistant/components/blink.py b/homeassistant/components/blink.py index 94635e2ae59..2a079716b68 100644 --- a/homeassistant/components/blink.py +++ b/homeassistant/components/blink.py @@ -15,7 +15,7 @@ from homeassistant.helpers import discovery _LOGGER = logging.getLogger(__name__) DOMAIN = 'blink' -REQUIREMENTS = ['blinkpy==0.4.4'] +REQUIREMENTS = ['blinkpy==0.5.2'] CONFIG_SCHEMA = vol.Schema({ DOMAIN: vol.Schema({ diff --git a/homeassistant/components/camera/blink.py b/homeassistant/components/camera/blink.py index 685ee5bd0fa..59616b0ded2 100644 --- a/homeassistant/components/camera/blink.py +++ b/homeassistant/components/camera/blink.py @@ -15,7 +15,7 @@ from homeassistant.util import Throttle DEPENDENCIES = ['blink'] -MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60) +MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=90) _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 233e1254556..6bb3c5d3f30 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -68,7 +68,7 @@ batinfo==0.4.2 beautifulsoup4==4.5.3 # homeassistant.components.blink -blinkpy==0.4.4 +blinkpy==0.5.2 # homeassistant.components.light.blinksticklight blinkstick==1.1.8