Hotfix for blink initialization failure. Fixes #20335 (#20351)

This commit is contained in:
Kevin Fronczak 2019-01-23 11:37:21 -08:00 committed by Daniel Høyer Iversen
parent 5bf3b2dd9f
commit 7ca7951526
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_BINARY_SENSORS, CONF_SENSORS, CONF_FILENAME,
CONF_MONITORED_CONDITIONS, TEMP_FAHRENHEIT)
REQUIREMENTS = ['blinkpy==0.11.1']
REQUIREMENTS = ['blinkpy==0.11.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -196,7 +196,7 @@ bellows==0.7.0
bimmer_connected==0.5.3
# homeassistant.components.blink
blinkpy==0.11.1
blinkpy==0.11.2
# homeassistant.components.light.blinksticklight
blinkstick==1.1.8