Upgraded blinkpy version, increased Throttle time for camera (#6561)

This commit is contained in:
Kevin Fronczak 2017-03-13 03:12:48 -04:00 committed by Paulus Schoutsen
parent 58826b264a
commit a358c8e10d
3 changed files with 3 additions and 3 deletions

View file

@ -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({

View file

@ -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__)

View file

@ -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