Upgraded blinkpy version, increased Throttle time for camera (#6561)
This commit is contained in:
parent
58826b264a
commit
a358c8e10d
3 changed files with 3 additions and 3 deletions
|
@ -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({
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue