mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Upgraded blinkpy version, increased Throttle time for camera (#6561)
This commit is contained in:
parent
58826b264a
commit
a358c8e10d
@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DOMAIN = 'blink'
|
DOMAIN = 'blink'
|
||||||
REQUIREMENTS = ['blinkpy==0.4.4']
|
REQUIREMENTS = ['blinkpy==0.5.2']
|
||||||
|
|
||||||
CONFIG_SCHEMA = vol.Schema({
|
CONFIG_SCHEMA = vol.Schema({
|
||||||
DOMAIN: vol.Schema({
|
DOMAIN: vol.Schema({
|
||||||
|
@ -15,7 +15,7 @@ from homeassistant.util import Throttle
|
|||||||
|
|
||||||
DEPENDENCIES = ['blink']
|
DEPENDENCIES = ['blink']
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=90)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ batinfo==0.4.2
|
|||||||
beautifulsoup4==4.5.3
|
beautifulsoup4==4.5.3
|
||||||
|
|
||||||
# homeassistant.components.blink
|
# homeassistant.components.blink
|
||||||
blinkpy==0.4.4
|
blinkpy==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.light.blinksticklight
|
# homeassistant.components.light.blinksticklight
|
||||||
blinkstick==1.1.8
|
blinkstick==1.1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user