From a358c8e10dbf442e7ae5542209baf2062e0a398a Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Mon, 13 Mar 2017 03:12:48 -0400 Subject: [PATCH] Upgraded blinkpy version, increased Throttle time for camera (#6561) --- homeassistant/components/blink.py | 2 +- homeassistant/components/camera/blink.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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